Node.js™ trademark protector
Places the ™ character where necessary.
Qu'est-ce que Node.js™ trademark protector ?
Node.js™ trademark protector est une extension Chrome développée par billautomata, et sa fonction principale est "Places the ™ character where necessary.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Node.js™ trademark protector
Téléchargez les fichiers d'extension Node.js™ trademark protector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Node.js™ trademark protector |
ID | eimbgeiaijebplhoamndamicfindgkhn |
URL Officiel | https://chromewebstore.google.com/detail/nodejs-trademark-protecto/eimbgeiaijebplhoamndamicfindgkhn |
Description | Places the ™ character where necessary. |
Taille du Fichier | 3.38 KB |
Nombre d'Installations | 29 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-02-04 |
Date de Publication | 2015-02-04 |
Développeur | billautomata |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/billautomata/nodejs_trademark_protector |
Langues Prises en Charge | 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" } ] } |