Node.js™ trademark protector

Places the ™ character where necessary.

Node.js™ trademark protectorとは何ですか?

Node.js™ trademark protectorはbillautomataによって開発されたChromeの拡張機能で、その主な機能は「Places the ™ character where necessary.」です。

拡張機能のスクリーンショット

screenshot

Node.js™ trademark protector拡張機能のCRXファイルをダウンロード

Node.js™ trademark protector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
        }
    ]
}