Edward Gerhold
unread,Feb 11, 2011, 9:27:01 PM2/11/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-extensions
I am new to writing extensions, too, and i think, the authors and some
experienced users should help you,
but i know a possibility for you to keep your popup open. (Re-)Open it
in a tab with
chrome.tabs.create({url: chrome.extension.getURL('popup.html')}); and
you have a persistent window.
I have a problem with the limitations in the manifest.json getting
error messages, when trying to bundle
some features in one extension, but closing the popup if clicking on
the browser again seems ok for me.
Anyways, the developers should help you getting by, maybe there is an
event or is not, to control. The
other possibility is, to open the extensions page in a tab.
Edward Gerhold