Tower of Anki

AnkiWeb with a tower climbing and levelling game

O que é Tower of Anki?

Tower of Anki é uma extensão do Chrome desenvolvida por yiheinbuilds, e sua principal característica é "AnkiWeb with a tower climbing and levelling game".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tower of Anki

Baixe arquivos de extensão Tower of Anki 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

                        Features:
- Add dark mode for AnkiWeb
- Added gamification levels for AnkiWeb

Note: Use the mouse to click on the 'Show Answer' button for the first few times before the keyboard shortcuts will start working.

Changelog:
29/3/2023 - Anki has added their native keyboard shortcuts feature, instead we added gamification feature with levelling as you do Anki cards
31/3/2023 - Now added floors and levels to the game                    

Informações Básicas da Extensão

Nome Tower of Anki Tower of Anki
ID pbcgfadobhebhmdpcmcogekcckcbmijk
URL Oficial https://chromewebstore.google.com/detail/tower-of-anki/pbcgfadobhebhmdpcmcogekcckcbmijk
Descrição AnkiWeb with a tower climbing and levelling game
Tamanho do Arquivo 63.34 KB
Contagem de Instalações 51
Versão Atual 0.0.5
Última Atualização 2023-04-01
Data de Publicação 2022-10-30
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor yiheinbuilds
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tower of Anki",
    "version": "0.0.5",
    "description": "AnkiWeb with a tower climbing and levelling game",
    "icons": {
        "16": "images\/anki16.png",
        "32": "images\/anki32.png",
        "48": "images\/anki48.png",
        "128": "images\/anki128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ankiuser.net\/*"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ]
}