Lock Title

Lock tab title with a given text

Lock Title क्या है?

Lock Title Ken द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lock tab title with a given text"।

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

screenshot
screenshot
screenshot

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

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

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

                        Lock tab title with a given string. The locked title doesn't change even if the tab loads the new page.
You may find it useful when you want to name tabs by yourself to easily distinguish them, not by the original names.

code available here https://github.com/imsut/locktitle                    

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

नाम Lock Title Lock Title
ID cjkldkjflehlglaenengohmjddgfhlec
आधिकारिक URL https://chromewebstore.google.com/detail/lock-title/cjkldkjflehlglaenengohmjddgfhlec
विवरण Lock tab title with a given text
फ़ाइल का आकार 30.45 KB
स्थापना संख्या 166
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2015-12-31
प्रकाशन तिथि 2015-12-31
रेटिंग 3.60/5 कुल 5 रेटिंग्स
डेवलपर Ken
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lock Title",
    "version": "1.0.0",
    "description": "Lock tab title with a given text",
    "icons": {
        "128": "folder_green_locked.png"
    },
    "author": "Ken Kawamoto",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "commands": []
}