Tower of Anki
AnkiWeb with a tower climbing and levelling game
Cos'è Tower of Anki?
Tower of Anki è un'estensione di Chrome sviluppata da yiheinbuilds, e la sua funzione principale è "AnkiWeb with a tower climbing and levelling game".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tower of Anki
Scarica i file di estensione Tower of Anki in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | pbcgfadobhebhmdpcmcogekcckcbmijk |
| URL Ufficiale | https://chromewebstore.google.com/detail/tower-of-anki/pbcgfadobhebhmdpcmcogekcckcbmijk |
| Descrizione | AnkiWeb with a tower climbing and levelling game |
| Dimensione del File | 63.34 KB |
| Conteggio Installazioni | 51 |
| Versione Corrente | 0.0.5 |
| Ultimo Aggiornamento | 2023-04-01 |
| Data di Pubblicazione | 2022-10-30 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | yiheinbuilds |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |