QuizCards: World Capitals
Use these interactive browser-based flash cards to easily learn the world capitals.
Qu'est-ce que QuizCards: World Capitals ?
QuizCards: World Capitals est une extension Chrome développée par https://www.quizcards.info, et sa fonction principale est "Use these interactive browser-based flash cards to easily learn the world capitals.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension QuizCards: World Capitals
Téléchargez les fichiers d'extension QuizCards: World Capitals au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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. :)
Informations de Base sur l'Extension
Nom | |
ID | nikenaeclebghemphbkfedjndafkfjan |
URL Officiel | https://chromewebstore.google.com/detail/quizcards-world-capitals/nikenaeclebghemphbkfedjndafkfjan |
Description | Use these interactive browser-based flash cards to easily learn the world capitals. |
Taille du Fichier | 2.25 MB |
Nombre d'Installations | 276 |
Version Actuelle | 3.0.0 |
Dernière Mise à Jour | 2022-07-13 |
Date de Publication | 2013-06-15 |
Évaluation | 4.11/5 Total 9 Évaluations |
Développeur | https://www.quizcards.info |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/pamelafox/chrome-cards |
URL de la Page d'Aide | https://github.com/pamelafox/chrome-cards/issues |
Langues Prises en Charge | 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" } } |