Tower of Anki

AnkiWeb with a tower climbing and levelling game

¿Qué es Tower of Anki?

Tower of Anki es una extensión de Chrome desarrollada por yiheinbuilds, y su función principal es "AnkiWeb with a tower climbing and levelling game".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Tower of Anki

Descarga archivos de extensión Tower of Anki en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Tower of Anki Tower of Anki
ID pbcgfadobhebhmdpcmcogekcckcbmijk
URL Oficial https://chromewebstore.google.com/detail/tower-of-anki/pbcgfadobhebhmdpcmcogekcckcbmijk
Descripción AnkiWeb with a tower climbing and levelling game
Tamaño del Archivo 63.34 KB
Cantidad de Instalaciones 51
Versión Actual 0.0.5
Última Actualización 2023-04-01
Fecha de Publicación 2022-10-30
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador yiheinbuilds
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}