Skip to content

Instantly share code, notes, and snippets.

@romoo
Created October 11, 2012 08:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save romoo/3871009 to your computer and use it in GitHub Desktop.
Save romoo/3871009 to your computer and use it in GitHub Desktop.
chrome extension create tab method
chrome.tabs.create({ url: "http://www.google.com", selected:false });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment