Node.js™ trademark protector

Places the ™ character where necessary.

What is Node.js™ trademark protector?

Node.js™ trademark protector is a Chrome extension developed by billautomata, and its main feature is "Places the ™ character where necessary.".

Extension Screenshots

screenshot

Download Node.js™ trademark protector Extension CRX File

Download Node.js™ trademark protector 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

                        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.                    

Extension Basic Information

Name Node.js™ trademark protector Node.js™ trademark protector
ID eimbgeiaijebplhoamndamicfindgkhn
Official URL https://chromewebstore.google.com/detail/nodejs-trademark-protecto/eimbgeiaijebplhoamndamicfindgkhn
Description Places the ™ character where necessary.
File Size 3.38 KB
Installation Count 29
Current Version 1.0
Last Updated 2015-02-04
Publish Date 2015-02-04
Developer billautomata
Payment Type free
Extension Website https://github.com/billautomata/nodejs_trademark_protector
Supported Languages 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"
        }
    ]
}