Find The Tab

Find The Tab

Find the tab will help you to navigate between multiple tabs!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "minimum_chrome_version": "25",
  "name": "Find The Tab",
  "version": "0.1.0",
  "manifest_version": 2,
  "description": "Find the tab will help you to navigate between multiple tabs!",
  "homepage_url": "http://www.danielsternlicht.com/playground/findTheTab/",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "permissions": [
    "tabs",
    "http://*/",
    "https://*/"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "chromeos": "Alt+T",
        "linux": "Alt+T",
        "mac": "Alt+T",
        "windows": "Alt+T"
      }
    }
  },
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "Find The Tab",
    "default_popup": "src/browser_action/popup.html"
  }
}