QuizCards: World Capitals
Use these interactive browser-based flash cards to easily learn the world capitals.
ما هو QuizCards: World Capitals؟
QuizCards: World Capitals هو إضافة Chrome تم تطويرها بواسطة https://www.quizcards.info، والميزة الرئيسية لها هي "Use these interactive browser-based flash cards to easily learn the world capitals.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة QuizCards: World Capitals
قم بتنزيل ملفات الامتداد QuizCards: World Capitals بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension puts a icon on your browser bar and whenever you click that icon, you're presented with a question about the capitals of the world. It remembers what you answer correctly and incorrectly, and uses those statistics to figure out what cards to show you more often. A fun and educational way to learn geography while waiting for websites to load. :)
معلومات أساسية عن التمديد
الاسم | |
ID | nikenaeclebghemphbkfedjndafkfjan |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/quizcards-world-capitals/nikenaeclebghemphbkfedjndafkfjan |
الوصف | Use these interactive browser-based flash cards to easily learn the world capitals. |
حجم الملف | 2.25 MB |
عدد التثبيتات | 276 |
النسخة الحالية | 3.0.0 |
آخر تحديث | 2022-07-13 |
تاريخ النشر | 2013-06-15 |
تقييم | 4.11/5 مجموع تقييمات 9 |
المطور | https://www.quizcards.info |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/pamelafox/chrome-cards |
عنوان صفحة المساعدة | https://github.com/pamelafox/chrome-cards/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QuizCards: World Capitals", "version": "3.0.0", "manifest_version": 3, "description": "Use these interactive browser-based flash cards to easily learn the world capitals.", "permissions": [ "storage", "alarms" ], "background": { "service_worker": "background.js" }, "icons": { "128": "icon_128.png" }, "action": { "default_title": "Show the next flash card!", "default_icon": "browser_icon.png", "default_popup": "popup.html" } } |