01. Tabs

01. Tabs

Add a number in front of tab titles, easily use quick hot keys to switch to tab. e.g. Ctrl+7 / CMD+7

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "01. Tabs",
  "version": "1.31",
  "manifest_version": 2,
  "description": "Add a number in front of tab titles, easily use quick hot keys to switch to tab. e.g. Ctrl+7 / CMD+7",
  "icons": {
    "16": "ntabs-16.png",
    "48": "ntabs-48.png",
    "128": "ntabs-128.png"
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "tabs"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": false,
    "scripts": [
      "ntabsupdate.js"
    ]
  }
}