Node.js™ trademark protector
Places the ™ character where necessary.
Was ist Node.js™ trademark protector?
Node.js™ trademark protector ist eine Chrome-Erweiterung, die von billautomata entwickelt wurde, und ihr Hauptmerkmal ist "Places the ™ character where necessary.".
Erweiterungsscreenshots
Node.js™ trademark protector-Erweiterungs-CRX-Datei herunterladen
Laden Sie Node.js™ trademark protector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | eimbgeiaijebplhoamndamicfindgkhn |
| Offizielle URL | https://chromewebstore.google.com/detail/nodejs-trademark-protecto/eimbgeiaijebplhoamndamicfindgkhn |
| Beschreibung | Places the ™ character where necessary. |
| Dateigröße | 3.38 KB |
| Installationsanzahl | 29 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2015-02-04 |
| Veröffentlichungsdatum | 2015-02-04 |
| Entwickler | billautomata |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/billautomata/nodejs_trademark_protector |
| Unterstützte Sprachen | 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"
}
]
} | |