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>


--~--~---------~--~----~------------~-------~--~----~
Chromium Discussion mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-discuss
-~----------~----~----~----~------~----~------~--~---

Reply via email to