Title changer

An extension that changes the title!

Title changer क्या है?

Title changer lucasmorita द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension that changes the title!"।

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

screenshot

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

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

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

                        A simple extension that just changes the titles. When the popup shows up, just type whatever you want, and the title will be set. A personal project that helps me identifying what the tab has in its content.                    

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

नाम Title changer Title changer
ID ooocbkdokjcadckfeogdgingifpmnkfp
आधिकारिक URL https://chromewebstore.google.com/detail/title-changer/ooocbkdokjcadckfeogdgingifpmnkfp
विवरण An extension that changes the title!
फ़ाइल का आकार 8.66 KB
स्थापना संख्या 80
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2021-05-09
प्रकाशन तिथि 2021-05-09
डेवलपर lucasmorita
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Title changer",
    "version": "0.0.1",
    "description": "An extension that changes the title!",
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Home"
            }
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/pencil_logo.png",
            "32": "images\/pencil_logo.png",
            "48": "images\/pencil_logo.png",
            "128": "images\/pencil_logo.png"
        }
    }
}