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