QuizCards: World Capitals

Use these interactive browser-based flash cards to easily learn the world capitals.

Wat is QuizCards: World Capitals?

QuizCards: World Capitals is een Chrome-extensie ontwikkeld door https://www.quizcards.info, en de belangrijkste functie is "Use these interactive browser-based flash cards to easily learn the world capitals.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie QuizCards: World Capitals

Download QuizCards: World Capitals-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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. :)                    

Basisinformatie over de Extensie

Naam QuizCards: World Capitals QuizCards: World Capitals
ID nikenaeclebghemphbkfedjndafkfjan
Officiële URL https://chromewebstore.google.com/detail/quizcards-world-capitals/nikenaeclebghemphbkfedjndafkfjan
Beschrijving Use these interactive browser-based flash cards to easily learn the world capitals.
Bestandsgrootte 2.25 MB
Aantal Installaties 276
Huidige Versie 3.0.0
Laatst Bijgewerkt 2022-07-13
Publicatiedatum 2013-06-15
Beoordeling 4.11/5 Totaal 9 Beoordelingen
Ontwikkelaar https://www.quizcards.info
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/pamelafox/chrome-cards
Help Pagina-URL https://github.com/pamelafox/chrome-cards/issues
Ondersteunde Talen 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"
    }
}