Tabs Counter

A simple extension for displaying the tab number next to the its title.

What is Tabs Counter?

Tabs Counter is a Chrome extension developed by poctek5, and its main feature is "A simple extension for displaying the tab number next to the its title.".

Extension Screenshots

screenshot

Download Tabs Counter Extension CRX File

Download Tabs Counter 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

                        A simple extension for displaying the tab number next to the its title.                    

Extension Basic Information

Name Tabs Counter Tabs Counter
ID fkgbbcpdghmahjidddepeighkcdlihmp
Official URL https://chromewebstore.google.com/detail/tabs-counter/fkgbbcpdghmahjidddepeighkcdlihmp
Description A simple extension for displaying the tab number next to the its title.
File Size 3.79 KB
Installation Count 60
Current Version 0.4
Last Updated 2016-10-19
Publish Date 2016-10-18
Rating 3.40/5 Total 5 Ratings
Developer poctek5
Payment Type free
Extension Website https://github.com/poctek/tabs-counter
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabs Counter",
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "file:\/\/*\/"
    ],
    "version": "0.4",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": [],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}