QuizCards: World Capitals

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

O que é QuizCards: World Capitals?

QuizCards: World Capitals é uma extensão do Chrome desenvolvida por https://www.quizcards.info, e sua principal característica é "Use these interactive browser-based flash cards to easily learn the world capitals.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão QuizCards: World Capitals

Baixe arquivos de extensão QuizCards: World Capitals no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome QuizCards: World Capitals QuizCards: World Capitals
ID nikenaeclebghemphbkfedjndafkfjan
URL Oficial https://chromewebstore.google.com/detail/quizcards-world-capitals/nikenaeclebghemphbkfedjndafkfjan
Descrição Use these interactive browser-based flash cards to easily learn the world capitals.
Tamanho do Arquivo 2.25 MB
Contagem de Instalações 276
Versão Atual 3.0.0
Última Atualização 2022-07-13
Data de Publicação 2013-06-15
Classificação 4.11/5 Total de 9 Avaliações
Desenvolvedor https://www.quizcards.info
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/pamelafox/chrome-cards
URL da Página de Ajuda https://github.com/pamelafox/chrome-cards/issues
Idiomas Suportados 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"
    }
}