Yeah, this is what I'm doing. It's a little awkward since there's no event handling for localStorage but it does the trick, and I can continue to build on this interface to improve the UI even further.
On Aug 21, 1:51 pm, "<--v1c1ous-->" <[email protected]> wrote: > How to content-script can request information to the extension? > > Use chrome.extension.connect('port') > > http://dev.chromium.org/developers/design-documents/extensions/conten... > > On Aug 21, 3:33 pm, Scott Ferguson <[email protected]> wrote: > > > > > So I'm using the localStorage call within scope of the extension to > > store some information that the user can enter. How would I create an > > event to fire from a content-script to retrieve this information from > > the extension? What event would that be? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en -~----------~----~----~----~------~----~------~--~---
