Node.js™ trademark protector
Places the ™ character where necessary.
Wat is Node.js™ trademark protector?
Node.js™ trademark protector is een Chrome-extensie ontwikkeld door billautomata, en de belangrijkste functie is "Places the ™ character where necessary.".
Extensie Screenshots
Download het CRX-bestand van de extensie Node.js™ trademark protector
Download Node.js™ trademark protector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Node.js™ trademark protector |
ID | eimbgeiaijebplhoamndamicfindgkhn |
Officiële URL | https://chromewebstore.google.com/detail/nodejs-trademark-protecto/eimbgeiaijebplhoamndamicfindgkhn |
Beschrijving | Places the ™ character where necessary. |
Bestandsgrootte | 3.38 KB |
Aantal Installaties | 29 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-02-04 |
Publicatiedatum | 2015-02-04 |
Ontwikkelaar | billautomata |
Betalingswijze | free |
Extensiewebsite | https://github.com/billautomata/nodejs_trademark_protector |
Ondersteunde Talen | 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" } ] } |