Tower of Anki
AnkiWeb with a tower climbing and levelling game
Wat is Tower of Anki?
Tower of Anki is een Chrome-extensie ontwikkeld door yiheinbuilds, en de belangrijkste functie is "AnkiWeb with a tower climbing and levelling game".
Extensie Screenshots
Download het CRX-bestand van de extensie Tower of Anki
Download Tower of Anki-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | pbcgfadobhebhmdpcmcogekcckcbmijk |
| Officiële URL | https://chromewebstore.google.com/detail/tower-of-anki/pbcgfadobhebhmdpcmcogekcckcbmijk |
| Beschrijving | AnkiWeb with a tower climbing and levelling game |
| Bestandsgrootte | 63.34 KB |
| Aantal Installaties | 51 |
| Huidige Versie | 0.0.5 |
| Laatst Bijgewerkt | 2023-04-01 |
| Publicatiedatum | 2022-10-30 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | yiheinbuilds |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |