Numbered Tabs

Add a numeric prefix before the tab's title.

What is Numbered Tabs?

Numbered Tabs is a Chrome extension developed by Narin Luangrath, and its main feature is "Add a numeric prefix before the tab's title.".

Extension Screenshots

screenshot

Download Numbered Tabs Extension CRX File

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

                        - Simple extension for people who use ⌘/ctrl +  to navigate between tabs.

- Adds a numeric prefix before the tab title (e.g. "4. YouTube")

- It's open source. Request features / bug fixes here: https://github.com/narinluangrath/numbered-tabs                    

Extension Basic Information

Name Numbered Tabs Numbered Tabs
ID iocebdgkllilbhbekghlbpmhfeejgcgi
Official URL https://chromewebstore.google.com/detail/numbered-tabs/iocebdgkllilbhbekghlbpmhfeejgcgi
Description Add a numeric prefix before the tab's title.
File Size 4 KB
Installation Count 2,522
Current Version 0.2.2
Last Updated 2020-04-30
Publish Date 2020-04-27
Rating 3.91/5 Total 22 Ratings
Developer Narin Luangrath
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Numbered Tabs",
    "version": "0.2.2",
    "description": "Add a numeric prefix before the tab's title.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        ""
    ]
}