Internet of Things to Internet of Thangs
Changes all instances of the phrase 'Internet of Things' on a webpage to 'Internet of Thangs.'
Vad är Internet of Things to Internet of Thangs?
Internet of Things to Internet of Thangs är en Chrome-tillägg utvecklad av Netfelix, och dess huvudfunktion är "Changes all instances of the phrase 'Internet of Things' on a webpage to 'Internet of Thangs.'".
Tilläggsskärmbilder
Ladda ner Internet of Things to Internet of Thangs-förlängningens CRX-fil
Ladda ner Internet of Things to Internet of Thangs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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."
Grundläggande Information om Tillägg
Namn | Internet of Things to Internet of Thangs |
ID | dfilefbkocbdaeaclelenpfeekfegkll |
Officiell webbadress | https://chromewebstore.google.com/detail/internet-of-things-to-int/dfilefbkocbdaeaclelenpfeekfegkll |
Beskrivning | Changes all instances of the phrase 'Internet of Things' on a webpage to 'Internet of Thangs.' |
Filstorlek | 11.5 KB |
Antal Installationer | 17 |
Aktuell Version | 0.2 |
Senast Uppdaterad | 2016-01-16 |
Publiceringsdatum | 2016-01-16 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Netfelix |
Betalningssätt | free |
Stödda Språk | 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" } ] } |