Node.js™ trademark protector

Places the ™ character where necessary.

Node.js™ trademark protector क्या है?

Node.js™ trademark protector billautomata द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Places the ™ character where necessary."।

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

screenshot

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

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

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

                        Protecting your brand in this modern world can be scary.  Why not help out by putting that ™ where it belongs on every page you view.

You won't forget who owns what.                    

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

नाम Node.js™ trademark protector Node.js™ trademark protector
ID eimbgeiaijebplhoamndamicfindgkhn
आधिकारिक URL https://chromewebstore.google.com/detail/nodejs-trademark-protecto/eimbgeiaijebplhoamndamicfindgkhn
विवरण Places the ™ character where necessary.
फ़ाइल का आकार 3.38 KB
स्थापना संख्या 29
वर्तमान संस्करण 1.0
अंतिम अपडेट 2015-02-04
प्रकाशन तिथि 2015-02-04
डेवलपर billautomata
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/billautomata/nodejs_trademark_protector
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Node.js\u2122 trademark protector",
    "version": "1.0",
    "description": "Places the \u2122 character where necessary.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}