Tab Name Changer

You can choose the name of this tab!

Tab Name Changer क्या है?

Tab Name Changer ryan lee द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can choose the name of this tab!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tab Name Changer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Tab Name Changer Tab Name Changer
ID eofldjecdkcjhnccphadkomkiebjfdkl
आधिकारिक URL https://chromewebstore.google.com/detail/tab-name-changer/eofldjecdkcjhnccphadkomkiebjfdkl
विवरण You can choose the name of this tab!
फ़ाइल का आकार 3.83 KB
स्थापना संख्या 591
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2019-07-21
प्रकाशन तिथि 2019-07-21
रेटिंग 4.00/5 कुल 9 रेटिंग्स
डेवलपर ryan lee
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ryazlee/tab_name_changer
समर्थित भाषाएँ 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
}