Internet of Things to Internet of Thangs
Changes all instances of the phrase 'Internet of Things' on a webpage to 'Internet of Thangs.'
What is Internet of Things to Internet of Thangs?
Internet of Things to Internet of Thangs is a Chrome extension developed by Netfelix, and its main feature is "Changes all instances of the phrase 'Internet of Things' on a webpage to 'Internet of Thangs.'".
Extension Screenshots
Download Internet of Things to Internet of Thangs Extension CRX File
Download Internet of Things to Internet of Thangs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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."
Extension Basic Information
Name | Internet of Things to Internet of Thangs |
ID | dfilefbkocbdaeaclelenpfeekfegkll |
Official URL | https://chromewebstore.google.com/detail/internet-of-things-to-int/dfilefbkocbdaeaclelenpfeekfegkll |
Description | Changes all instances of the phrase 'Internet of Things' on a webpage to 'Internet of Thangs.' |
File Size | 11.5 KB |
Installation Count | 17 |
Current Version | 0.2 |
Last Updated | 2016-01-16 |
Publish Date | 2016-01-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Netfelix |
Payment Type | free |
Supported Languages | 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" } ] } |