Internet of Things to Internet of Thangs
Changes all instances of the phrase 'Internet of Things' on a webpage to 'Internet of Thangs.'
Что такое Internet of Things to Internet of Thangs?
Internet of Things to Internet of Thangs - это расширение Chrome, разработанное Netfelix, и его основная функция - "Changes all instances of the phrase 'Internet of Things' on a webpage to 'Internet of Thangs.'".
Снимки экрана расширения
Скачать файл CRX расширения Internet of Things to Internet of Thangs
Скачайте файлы расширений Internet of Things to Internet of Thangs в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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."
Основная информация о расширении
Название | Internet of Things to Internet of Thangs |
ID | dfilefbkocbdaeaclelenpfeekfegkll |
Официальный URL | https://chromewebstore.google.com/detail/internet-of-things-to-int/dfilefbkocbdaeaclelenpfeekfegkll |
Описание | Changes all instances of the phrase 'Internet of Things' on a webpage to 'Internet of Thangs.' |
Размер файла | 11.5 KB |
Количество установок | 17 |
Текущая Версия | 0.2 |
Последнее Обновление | 2016-01-16 |
Дата публикации | 2016-01-16 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Netfelix |
Тип оплаты | free |
Поддерживаемые языки | 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" } ] } |