[ -chromium-discuss, +chromium-extensions ] On Mon, Oct 5, 2009 at 04:33, aRion <[email protected]> wrote: > > I am trying to do a test on chrome tabs API on below extension setup. > but the tab which somehow didn't come up. > Can anyone help ? Thanks. > > mainfest.json > { > "name": "extension test", > "version": "0.1", > "description": "Extension Test", > "toolstrips": ["et.html"], > "permissions": ["tabs"] > } > > et.html > <div class="toolstrip-button" onclick="chrome.tabs.create > ({url:"about:blank"});"> > <span>TEST</span> > </div> > > > > >
-- Caleb Eggensperger http://calebegg.com/ --~--~---------~--~----~------------~-------~--~----~ Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss -~----------~----~----~----~------~----~------~--~---
