Node.js™ trademark protector
Places the ™ character where necessary.
Co je Node.js™ trademark protector?
Node.js™ trademark protector je rozšíření Chrome vyvinuté billautomata, a jeho hlavní funkcí je „Places the ™ character where necessary.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Node.js™ trademark protector
Stáhněte si soubory rozšíření Node.js™ trademark protector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | eimbgeiaijebplhoamndamicfindgkhn |
| Oficiální URL | https://chromewebstore.google.com/detail/nodejs-trademark-protecto/eimbgeiaijebplhoamndamicfindgkhn |
| Popis | Places the ™ character where necessary. |
| Velikost souboru | 3.38 KB |
| Počet instalací | 29 |
| Aktuální Verze | 1.0 |
| Poslední Aktualizace | 2015-02-04 |
| Datum Vydání | 2015-02-04 |
| Vývojář | billautomata |
| Typ Platby | free |
| Webové stránky Rozšíření | https://github.com/billautomata/nodejs_trademark_protector |
| Podporované Jazyky | 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"
}
]
} | |