Tab Finder

Tab Finder

Search through tabs for title.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "short_name": "__MSG_extensionName__",
  "version": "0.1.2",
  "author": "zero298",
  "default_locale": "en",
  "description": "__MSG_extensionDescription__",
  "options_ui": {
    "page": "html/options.html",
    "chrome_style": true
  },
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "img/icon16.png",
      "38": "img/icon48.png"
    },
    "default_title": "__MSG_extensionName__",
    "default_popup": "html/tabfinder.html"
  },
  "permissions": [
    "tabs",
    "storage"
  ]
}