QuizCards: World Capitals

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

Что такое QuizCards: World Capitals?

QuizCards: World Capitals - это расширение Chrome, разработанное https://www.quizcards.info, и его основная функция - "Use these interactive browser-based flash cards to easily learn the world capitals.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения QuizCards: World Capitals

Скачайте файлы расширений QuizCards: World Capitals в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название QuizCards: World Capitals QuizCards: World Capitals
ID nikenaeclebghemphbkfedjndafkfjan
Официальный URL https://chromewebstore.google.com/detail/quizcards-world-capitals/nikenaeclebghemphbkfedjndafkfjan
Описание Use these interactive browser-based flash cards to easily learn the world capitals.
Размер файла 2.25 MB
Количество установок 276
Текущая Версия 3.0.0
Последнее Обновление 2022-07-13
Дата публикации 2013-06-15
Рейтинг 4.11/5 Всего 9 оценок
Разработчик https://www.quizcards.info
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/pamelafox/chrome-cards
URL страницы помощи https://github.com/pamelafox/chrome-cards/issues
Поддерживаемые языки 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"
    }
}