imgZombie - Image Toggler
Quick one-click toggle to turn images off and on. Works with local HTML files too!
ما هو imgZombie - Image Toggler؟
imgZombie - Image Toggler هو إضافة Chrome تم تطويرها بواسطة jkupczak، والميزة الرئيسية لها هي "Quick one-click toggle to turn images off and on. Works with local HTML files too!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة imgZombie - Image Toggler
قم بتنزيل ملفات الامتداد imgZombie - Image Toggler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Kill images and then raise them from the grave! imgZombie allows you to turn off all images on the page that you're currently viewing. Just click the extension icon in your toolbar to activate. Click it again to turn all images back on. If you want to do this on a local HTML file, make sure you give imgZombie access in the Extension settings page.
معلومات أساسية عن التمديد
الاسم | imgZombie - Image Toggler |
ID | fgdhnpiaaiejkkpcmpkapbbfnibipklh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/imgzombie-image-toggler/fgdhnpiaaiejkkpcmpkapbbfnibipklh |
الوصف | Quick one-click toggle to turn images off and on. Works with local HTML files too! |
حجم الملف | 11.98 KB |
عدد التثبيتات | 24 |
النسخة الحالية | 1.0 |
آخر تحديث | 2019-08-09 |
تاريخ النشر | 2019-08-09 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | jkupczak |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "imgZombie - Image Toggler", "description": "Quick one-click toggle to turn images off and on. Works with local HTML files too!", "version": "1.0", "icons": { "128": "icons\/icon-128.png" }, "browser_action": { "default_icon": "icons\/icon-128.png", "default_title": "Toggle Images" }, "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "activeTab" ] } |