Skip to content

Instantly share code, notes, and snippets.

@greenido
Created March 11, 2013 15:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save greenido/5134900 to your computer and use it in GitHub Desktop.
Save greenido/5134900 to your computer and use it in GitHub Desktop.
Omnibox customization example
{
"name": "Omnibox customization example",
"description" : "To use, type 'get' plus a search term into the Omnibox.",
"version": "1.1",
"background": {
"scripts": ["background.js"]
},
"omnibox": { "keyword" : "get" },
"manifest_version": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment