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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } ] } |