Tab Namer

Renames tabs to: " ".

What is Tab Namer?

Tab Namer is a Chrome extension developed by James Stout, and its main feature is "Renames tabs to: " ".".

Download Tab Namer Extension CRX File

Download Tab Namer 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

                        Renames all tabs to follow a standard format: "  ". It is simple and reliable, but if you are looking for something configurable then this is not the extension for you.                    

Extension Basic Information

Name Tab Namer Tab Namer
ID mhlkchmeabcgmaedklpajbokfaapcgoo
Official URL https://chromewebstore.google.com/detail/tab-namer/mhlkchmeabcgmaedklpajbokfaapcgoo
Description Renames tabs to: " ".
File Size 4.84 KB
Installation Count 31
Current Version 1.2
Last Updated 2018-05-26
Publish Date 2018-05-26
Rating 3.67/5 Total 3 Ratings
Developer James Stout
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Namer",
    "version": "1.2",
    "description": "Renames tabs to: \"  \".",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ]
}