Quizlet Image Adder
Automatically add images to or remove images from all Quizlet cards.
ما هو Quizlet Image Adder؟
Quizlet Image Adder هو إضافة Chrome تم تطويرها بواسطة Chris Barkachi، والميزة الرئيسية لها هي "Automatically add images to or remove images from all Quizlet cards.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Quizlet Image Adder
قم بتنزيل ملفات الامتداد Quizlet Image Adder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
✅ A handy Quizlet add-on that will save you the manual effort of adding an image to each card. The extension won't change images for cards you've already set. ✅ Doesn't require Quizlet Plus (recommended image search is built into Quizlet but you must manually add an image to each card in your set). 🔃 Make sure to refresh after installing. 🖱 To use the extension, navigate to the "Edit" page of your set. Sit back, relax, and watch as your cards come to life.
معلومات أساسية عن التمديد
الاسم | Quizlet Image Adder |
ID | gflmkjgkabemkmdkinacnafbkgbihomp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/quizlet-image-adder/gflmkjgkabemkmdkinacnafbkgbihomp |
الوصف | Automatically add images to or remove images from all Quizlet cards. |
حجم الملف | 16.41 KB |
عدد التثبيتات | 130 |
النسخة الحالية | 1.2 |
آخر تحديث | 2020-08-15 |
تاريخ النشر | 2020-07-25 |
تقييم | 4.00/5 مجموع تقييمات 4 |
المطور | Chris Barkachi |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quizlet Image Adder", "version": "1.2", "description": "Automatically add images to or remove images from all Quizlet cards.", "manifest_version": 2, "icons": { "128": "abc.png" }, "content_scripts": [ { "matches": [ "*:\/\/quizlet.com\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_icon": "abc.png" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "activeTab", "storage" ] } |