On Wed, Nov 18, 2009 at 8:52 AM, tim <tim.tray...@gmail.com> wrote:
> Does anyone know how to reload an extension?
>
> I have an options page that saves some input given by the user.  I
> would like my extension to automatically reload once the user has
> filled out different options that affect how the extension works.  I
> tried to douplicate the functionality of the reload button on the
> extensions page by calling 'chrome.send' but it didn't seem to work.

I don't know if there is a way to make this work. You could call each
view (eg with chrome.extension.getViews()) and call a function on them
telling them to re-intitialize themselves, but you need to write it
manually.

- a

--

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