Node.js™ trademark protector

Places the ™ character where necessary.

Apa itu Node.js™ trademark protector?

Node.js™ trademark protector adalah ekstensi Chrome yang dikembangkan oleh billautomata, dan fitur utamanya adalah "Places the ™ character where necessary.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Node.js™ trademark protector

Unduh file ekstensi Node.js™ trademark protector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Node.js™ trademark protector Node.js™ trademark protector
ID eimbgeiaijebplhoamndamicfindgkhn
URL Resmi https://chromewebstore.google.com/detail/nodejs-trademark-protecto/eimbgeiaijebplhoamndamicfindgkhn
Deskripsi Places the ™ character where necessary.
Ukuran File 3.38 KB
Jumlah Instalasi 29
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-02-04
Tanggal Publikasi 2015-02-04
Pengembang billautomata
Tipe Pembayaran free
Situs Ekstensi https://github.com/billautomata/nodejs_trademark_protector
Bahasa yang Didukung 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"
        }
    ]
}