Omnibox Twitter

Omnibox Twitter

Navigates to a twitter users' page by typing @ <space> username into the omnibox

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "description": "Navigates to a twitter users' page by typing @ <space> username into the omnibox",
  "icons": {
    "16": "img/icons/16.png",
    "48": "img/icons/48.png",
    "128": "img/icons/128.png"
  },
  "manifest_version": 2,
  "name": "Omnibox Twitter",
  "omnibox": {
    "keyword": "@"
  },
  "permissions": [
    "tabs"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.0.1"
}