Sure. --enable-experimental-extension-apis chrome.experimental.popup.* (You can find out the name of the methods by using the auto complete feature of the Developer Tools, or dig around the code here<http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/api/extension_api.json?view=markup> )
☆PhistucK On Sun, Dec 13, 2009 at 20:34, mhenriday <[email protected]> wrote: > Phistuck, my apologies ; triple posting was not my intention, but when > I discovered orthographical lapses in my first posting, I deleted it > and then reposted (twice, as new errors appeared). As you see, only > the last version appears on the forum itself, but those who are > subscribed to it receive all the previous messages as well, despite > their having been deleted. I don't know how this can be avoided.... > > In any event, I'd like to try that experimental popup API you mention > - could you point me in the right direction and tell me which command- > line switch to use ?... > > Henri > > On Dec 13, 7:21 pm, PhistucK <[email protected]> wrote: > > You have triple posted. :| > > > > No, there is no way to do that now. Maybe in Chromium OS there is (since > > there are panels there), but it is irrelevant here. > > > > Mmm... actually, there is an experimental popup API, that may be close to > > what you ask for, but, apparently, it will not be available in Chrome 4 > (the > > code will be disabled before it reaches stable) and to enable it (in non > > stable releases), you need the "experimental" permission (in the manifest > of > > the extension) and a command line switch. > > > > ☆PhistucK > > > > > > > > On Sun, Dec 13, 2009 at 20:05, mhenriday <[email protected]> wrote: > > > My favourite bookmarks manager, Delicious, is now available as a > > > Chromium extension, which I applaud. But to make it as useful to me on > > > Chromium as it is as a Firefox add-on, I need to be able to display my > > > Delicious bookmarks and tabs as a «permanent» sidepanel, rather than > > > in a new tab on the Chromium window. Is there any way to do this, and > > > if not, are the developers considering making such a feature > > > available.... > > > > > Henri > > > > > -- > > > Chromium Discussion mailing list: [email protected] > > > View archives, change email options, or unsubscribe: > > > http://groups.google.com/group/chromium-discuss > > -- > Chromium Discussion mailing list: [email protected] > View archives, change email options, or unsubscribe: > http://groups.google.com/group/chromium-discuss > -- Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss
