I am new to developing extensions, and I am confused on how
localStorage works, and if I even need to use it.  I am trying to
write an extension which can open a group of URLs the user has defined
through my options page.  I want to allow them to have multiple
arbitrarily sized groups (e.g. one group with 4 urls, another with 16,
another with 10) and have my extension open all the URLs in a group
into the same window.  My original thought was to store each group as
a separate text file somewhere locally, but I have hit some walls as
far as storing data via Javascript.  Is there a better way to do this?

--

You received this message because you are subscribed to the Google Groups 
"Chromium-extensions" group.
To post to this group, send email to chromium-extensi...@googlegroups.com.
To unsubscribe from this group, send email to 
chromium-extensions+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/chromium-extensions?hl=en.


Reply via email to