Skip to content

Instantly share code, notes, and snippets.

@mikemorris
Created February 16, 2012 17:42
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 mikemorris/1846672 to your computer and use it in GitHub Desktop.
Save mikemorris/1846672 to your computer and use it in GitHub Desktop.
KeySearch (Safari extension) Keywords
[
{
"enabled": true,
"keyword": "w",
"name": "Wikipedia",
"url": "http://en.wikipedia.org/w/index.php?search=@@@",
"shortcut": ""
},
{
"keyword": "default",
"name": "default",
"url": "http://www.google.com/search?q=@@@",
"enabled": true,
"shortcut": ""
},
{
"keyword": "imdb",
"name": "IMDb",
"url": "http://www.imdb.com/find?s=all&q=@@@",
"enabled": true,
"shortcut": ""
},
{
"keyword": "image",
"name": "Google Images",
"url": "http://www.google.com/images?q=@@@",
"enabled": true,
"shortcut": ""
},
{
"keyword": "map",
"name": "Google Maps",
"url": "http://maps.google.com/maps?q=@@@",
"enabled": true,
"shortcut": ""
},
{
"keyword": "youtube",
"name": "YouTube",
"url": "http://www.youtube.com/results?search_query=@@@",
"enabled": true,
"shortcut": ""
},
{
"keyword": "fb",
"name": "FaceBook",
"url": "https://www.facebook.com/search.php?q=@@@",
"enabled": true,
"shortcut": ""
},
{
"keyword": "amazon",
"name": "Amazon",
"url": "http://www.amazon.com/s/ref=nb_sb_noss?field-keywords=@@@&url=search-alias%3Daps&tag=moxt-20",
"enabled": true,
"shortcut": ""
},
{
"keyword": "gmail",
"name": "GMail",
"url": "https://mail.google.com/mail/?shva=1#search/@@@",
"enabled": true,
"shortcut": ""
},
{
"enabled": true,
"keyword": "d",
"name": "Delicious",
"url": "http://www.delicious.com/search?p=@@@&chk=&fr=del_icio_us&lc=1&atags=&rtags=&context=userposts|michael.patrick.morris",
"shortcut": ""
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment