QuizCards: World Capitals
Use these interactive browser-based flash cards to easily learn the world capitals.
Cos'è QuizCards: World Capitals?
QuizCards: World Capitals è un'estensione di Chrome sviluppata da https://www.quizcards.info, e la sua funzione principale è "Use these interactive browser-based flash cards to easily learn the world capitals.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione QuizCards: World Capitals
Scarica i file di estensione QuizCards: World Capitals in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. :) Informazioni di Base sull'Estensione
| Nome | |
| ID | nikenaeclebghemphbkfedjndafkfjan |
| URL Ufficiale | https://chromewebstore.google.com/detail/quizcards-world-capitals/nikenaeclebghemphbkfedjndafkfjan |
| Descrizione | Use these interactive browser-based flash cards to easily learn the world capitals. |
| Dimensione del File | 2.25 MB |
| Conteggio Installazioni | 276 |
| Versione Corrente | 3.0.0 |
| Ultimo Aggiornamento | 2022-07-13 |
| Data di Pubblicazione | 2013-06-15 |
| Valutazione | 4.11/5 Totale 9 Valutazioni |
| Sviluppatore | https://www.quizcards.info |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/pamelafox/chrome-cards |
| URL della Pagina di Aiuto | https://github.com/pamelafox/chrome-cards/issues |
| Lingue Supportate | 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"
}
} | |