Tab Search

Tab Search

Type 'tab' into the omni-bar to auto search tabs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tab Search",
  "description": "Type 'tab' into the omni-bar to auto search tabs.",
  "version": "1.0",
  "omnibox": {
    "keyword": "tab"
  },
  "icons": {
    "16": "app/assets/img/logo16.png",
    "48": "app/assets/img/logo48.png",
    "128": "app/assets/img/logo128.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "app/BackgroundScript.js"
    ]
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ]
}