Tower of Anki
AnkiWeb with a tower climbing and levelling game
Qu'est-ce que Tower of Anki ?
Tower of Anki est une extension Chrome développée par yiheinbuilds, et sa fonction principale est "AnkiWeb with a tower climbing and levelling game".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tower of Anki
Téléchargez les fichiers d'extension Tower of Anki au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Tower of Anki |
ID | pbcgfadobhebhmdpcmcogekcckcbmijk |
URL Officiel | https://chromewebstore.google.com/detail/tower-of-anki/pbcgfadobhebhmdpcmcogekcckcbmijk |
Description | AnkiWeb with a tower climbing and levelling game |
Taille du Fichier | 63.34 KB |
Nombre d'Installations | 51 |
Version Actuelle | 0.0.5 |
Dernière Mise à Jour | 2023-04-01 |
Date de Publication | 2022-10-30 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | yiheinbuilds |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |