Node.js™ trademark protector
Places the ™ character where necessary.
Co to jest Node.js™ trademark protector?
Node.js™ trademark protector to rozszerzenie Chrome opracowane przez billautomata, a jego główną funkcją jest „Places the ™ character where necessary.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Node.js™ trademark protector
Pobierz pliki rozszerzeń Node.js™ trademark protector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Node.js™ trademark protector |
ID | eimbgeiaijebplhoamndamicfindgkhn |
Oficjalny URL | https://chromewebstore.google.com/detail/nodejs-trademark-protecto/eimbgeiaijebplhoamndamicfindgkhn |
Opis | Places the ™ character where necessary. |
Rozmiar pliku | 3.38 KB |
Liczba instalacji | 29 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2015-02-04 |
Data Publikacji | 2015-02-04 |
Deweloper | billautomata |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/billautomata/nodejs_trademark_protector |
Obsługiwane Języki | 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" } ] } |