I've looked through the documentation, built a simple extension, and run all the samples in the Chromium source tree, and it appears that the only wait to create a large UI for a Chrome extension is to open a new window (larger than toolstrip).
Is there a way (or a plan for a way) to add an extension-defined horizontal or vertical pane to an existing window to host the extension contents? For example, the way Firebug uses a resizeable panel in Firefox? I'm thinking of a panel that, like a toolstrip, hosts its own html page / fragment, as opposed to modifying the loaded page's DOM. I understand that the design guideline is to us as little space as possible, but some extensions need significant space on the same page with which they are associated. cheers Michael --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
