Tower of Anki
AnkiWeb with a tower climbing and levelling game
Was ist Tower of Anki?
Tower of Anki ist eine Chrome-Erweiterung, die von yiheinbuilds entwickelt wurde, und ihr Hauptmerkmal ist "AnkiWeb with a tower climbing and levelling game".
Erweiterungsscreenshots
Tower of Anki-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tower of Anki-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pbcgfadobhebhmdpcmcogekcckcbmijk |
| Offizielle URL | https://chromewebstore.google.com/detail/tower-of-anki/pbcgfadobhebhmdpcmcogekcckcbmijk |
| Beschreibung | AnkiWeb with a tower climbing and levelling game |
| Dateigröße | 63.34 KB |
| Installationsanzahl | 51 |
| Aktuelle Version | 0.0.5 |
| Letztes Update | 2023-04-01 |
| Veröffentlichungsdatum | 2022-10-30 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | yiheinbuilds |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |