TabJump - Intelligent Tab Navigator

TabJump - Intelligent Tab Navigator

A new way to navigate your tabs. Easily access most used tabs, associated tabs, and closed tabs. Allows tab locking too.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "version": "0.8",
  "manifest_version": 2,
  "description": "__MSG_description__",
  "icons": {
    "16": "img/tabjump_icon.png",
    "48": "img/tabjump_icon.png",
    "128": "img/tabjump_icon128.png"
  },
  "page_action": {
    "default_icon": {
      "19": "img/tabjump_icon.png",
      "38": "img/tabjump_icon.png"
    },
    "default_title": "__MSG_pageActionTitle__",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "minimum_chrome_version": "39",
  "default_locale": "en"
}