There are several ways to do this in chrome extensions, listed here in
order of Aaron's favorites, descending:

- HTML5 local storage:
http://dev.w3.org/html5/webstorage/#the-localstorage-attribute
- HTML5 sql storage: http://dev.w3.org/html5/webdatabase/
- Cookies

- a

On Mon, Sep 14, 2009 at 8:12 AM, dhhwai <[email protected]> wrote:
>
> +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
-~----------~----~----~----~------~----~------~--~---

Reply via email to