We don't currently have a "standard" way for extensions to present an options page, but there is a bug on it that we hope to be working on soon which you can star to be notified of progress: http://crbug.com/23256 . However, the direction we're most likely headed is to just have extensions include an html file which they mention in their manifest. You could add a second button/link or something in the toolstrip which does a window.open() or chrome.windows.create() call to open up this page. To get the correct url to a page like this packaged with your extension, see this api method:
http://code.google.com/chrome/extensions/extension.html#method-getURL On Tue, Oct 6, 2009 at 10:34 AM, Julien Bouquillon [revolunet] < [email protected]> wrote: > Hi > I made the 1# for test, it works, but i wanted to publish a gapps > compatible sample :) > > I worked on #2, trying localStorage but i couldnt find how to display a > prompt or an input so the user can specify his custom domain... > > Thanx > > ju > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
