Tab Number

This extension shows a number in front of tabs 4 to 8, and 9 on the last tab.

What is Tab Number?

Tab Number is a Chrome extension developed by James Pickard, and its main feature is "This extension shows a number in front of tabs 4 to 8, and 9 on the last tab.".

Download Tab Number Extension CRX File

Download Tab Number extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Tab Number Tab Number
ID gpldekllbofnjhlbjcdfajcdpfhncbli
Official URL https://chrome.google.com/webstore/detail/tab-number/gpldekllbofnjhlbjcdfajcdpfhncbli
Description This extension shows a number in front of tabs 4 to 8, and 9 on the last tab.
File Size 7.54 KB
Installation Count 70
Current Version 1.0
Last Updated 2015-10-25
Publish Date 2015-10-25
Rating 4.33/5 Total 6 Ratings
Developer James Pickard
Payment Type free
Extension Website https://github.com/euoia/TabNumber
Help Page URL https://github.com/euoia/TabNumber/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Number",
    "description": "This extension shows a number in front of tabs 4 to 8, and 9 on the last tab.",
    "version": "1.0",
    "icons": {
        "16": "tabnumber-16.png",
        "48": "tabnumber-48.png",
        "128": "tabnumber-128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "tabnumber.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}