You are loading et.html via a chrome-extension:// URL, right? Do you get any JavaScript errors in the developer console (chrome://extensions/ -> your extension -> inspect et.html).
On Mon, Oct 5, 2009 at 2:54 AM, aRion <ari...@gmail.com> wrote: > > I am trying to a test on the chrome tabs api and build below > extensions. Somehow the blank tab didn't come up as I excepted. > Can anyone help ? Thanks. > > mainifest.fson > { > "name": "extension test", > "version": "0.1", > "description": "Extension Test", > "toolstrips": ["et.html"], > "permissions": ["tabs"] > }iv> > > > et.html > <div class="toolstrip-button" onclick="chrome.tabs.create > ({url:"about:blank"});"> > <span>TEST</span> > </div> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to chromium-extensions@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 -~----------~----~----~----~------~----~------~--~---