QuizCards: World Capitals

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

What is QuizCards: World Capitals?

QuizCards: World Capitals is a Chrome extension developed by https://www.quizcards.info, and its main feature is "Use these interactive browser-based flash cards to easily learn the world capitals.".

Extension Screenshots

screenshot
screenshot
screenshot

Download QuizCards: World Capitals Extension CRX File

Download QuizCards: World Capitals extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name QuizCards: World Capitals QuizCards: World Capitals
ID nikenaeclebghemphbkfedjndafkfjan
Official URL https://chromewebstore.google.com/detail/quizcards-world-capitals/nikenaeclebghemphbkfedjndafkfjan
Description Use these interactive browser-based flash cards to easily learn the world capitals.
File Size 2.25 MB
Installation Count 276
Current Version 3.0.0
Last Updated 2022-07-13
Publish Date 2013-06-15
Rating 4.11/5 Total 9 Ratings
Developer https://www.quizcards.info
Email [email protected]
Payment Type free
Extension Website https://github.com/pamelafox/chrome-cards
Help Page URL https://github.com/pamelafox/chrome-cards/issues
Supported Languages 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"
    }
}