QuizCards: World Capitals

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

Co to jest QuizCards: World Capitals?

QuizCards: World Capitals to rozszerzenie Chrome opracowane przez https://www.quizcards.info, a jego główną funkcją jest „Use these interactive browser-based flash cards to easily learn the world capitals.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia QuizCards: World Capitals

Pobierz pliki rozszerzeń QuizCards: World Capitals w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa QuizCards: World Capitals QuizCards: World Capitals
ID nikenaeclebghemphbkfedjndafkfjan
Oficjalny URL https://chromewebstore.google.com/detail/quizcards-world-capitals/nikenaeclebghemphbkfedjndafkfjan
Opis Use these interactive browser-based flash cards to easily learn the world capitals.
Rozmiar pliku 2.25 MB
Liczba instalacji 276
Aktualna Wersja 3.0.0
Ostatnia Aktualizacja 2022-07-13
Data Publikacji 2013-06-15
Ocena 4.11/5 Łącznie 9 Oceny
Deweloper https://www.quizcards.info
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/pamelafox/chrome-cards
Adres URL Strony Pomocy https://github.com/pamelafox/chrome-cards/issues
Obsługiwane Języki 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"
    }
}