Node.js™ trademark protector
Places the ™ character where necessary.
Cos'è Node.js™ trademark protector?
Node.js™ trademark protector è un'estensione di Chrome sviluppata da billautomata, e la sua funzione principale è "Places the ™ character where necessary.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Node.js™ trademark protector
Scarica i file di estensione Node.js™ trademark protector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Node.js™ trademark protector |
ID | eimbgeiaijebplhoamndamicfindgkhn |
URL Ufficiale | https://chromewebstore.google.com/detail/nodejs-trademark-protecto/eimbgeiaijebplhoamndamicfindgkhn |
Descrizione | Places the ™ character where necessary. |
Dimensione del File | 3.38 KB |
Conteggio Installazioni | 29 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-02-04 |
Data di Pubblicazione | 2015-02-04 |
Sviluppatore | billautomata |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/billautomata/nodejs_trademark_protector |
Lingue Supportate | 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" } ] } |