+chromium-extensions > On Sep 14, 7:24am, Sergey Proforov <[email protected]> wrote: > Hi! I have a question: > I want to develop extension for chrome, but in developer's guide I > can't find build-in feature for saving current state of some object. > In Firefox there are many build-in components, for example, classes > for file managment. > Should I write my own NPAPI plugin for this purposes? > > Thanks a lot.
This question is better to be posted into the chromium-extensions group. I think in the meantime, you can save current state into cookies. For the longer term, you should use HTML5 LocalStorage or Local database. --~--~---------~--~----~------------~-------~--~----~ Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss -~----------~----~----~----~------~----~------~--~---
