Tab Name Changer

You can choose the name of this tab!

What is Tab Name Changer?

Tab Name Changer is a Chrome extension developed by ryan lee, and its main feature is "You can choose the name of this tab!".

Extension Screenshots

screenshot
screenshot

Download Tab Name Changer Extension CRX File

Download Tab Name Changer 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

                        When clicking this extension, you can change the name of your current tab!                    

Extension Basic Information

Name Tab Name Changer Tab Name Changer
ID eofldjecdkcjhnccphadkomkiebjfdkl
Official URL https://chromewebstore.google.com/detail/tab-name-changer/eofldjecdkcjhnccphadkomkiebjfdkl
Description You can choose the name of this tab!
File Size 3.83 KB
Installation Count 591
Current Version 0.0.1
Last Updated 2019-07-21
Publish Date 2019-07-21
Rating 4.00/5 Total 9 Ratings
Developer ryan lee
Email [email protected]
Payment Type free
Extension Website https://github.com/ryazlee/tab_name_changer
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Name Changer",
    "description": "You can choose the name of this tab!",
    "version": "0.0.1",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Change the name of this tab",
        "default_icon": "icon.png"
    },
    "manifest_version": 2
}