Internet of Things to Internet of Thangs
Changes all instances of the phrase 'Internet of Things' on a webpage to 'Internet of Thangs.'
Co to jest Internet of Things to Internet of Thangs?
Internet of Things to Internet of Thangs to rozszerzenie Chrome opracowane przez Netfelix, a jego główną funkcją jest „Changes all instances of the phrase 'Internet of Things' on a webpage to 'Internet of Thangs.'”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Internet of Things to Internet of Thangs
Pobierz pliki rozszerzeń Internet of Things to Internet of Thangs 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
Are you tired of seeing the phrase "Internet of Things" in every LinkedIn Pulse and TechCrunch article? Drastically improve your quality of life by changing any reference to the phrase "Internet of Things" to "Internet of Thangs."
Podstawowe informacje o rozszerzeniu
Nazwa | Internet of Things to Internet of Thangs |
ID | dfilefbkocbdaeaclelenpfeekfegkll |
Oficjalny URL | https://chromewebstore.google.com/detail/internet-of-things-to-int/dfilefbkocbdaeaclelenpfeekfegkll |
Opis | Changes all instances of the phrase 'Internet of Things' on a webpage to 'Internet of Thangs.' |
Rozmiar pliku | 11.5 KB |
Liczba instalacji | 17 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2016-01-16 |
Data Publikacji | 2016-01-16 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Netfelix |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Internet of Things to Internet of Thangs", "description": "Changes all instances of the phrase 'Internet of Things' on a webpage to 'Internet of Thangs.'", "version": "0.2", "icons": { "48": "logo48.png", "128": "logo128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |