Tower of Anki
AnkiWeb with a tower climbing and levelling game
Vad är Tower of Anki?
Tower of Anki är en Chrome-tillägg utvecklad av yiheinbuilds, och dess huvudfunktion är "AnkiWeb with a tower climbing and levelling game".
Tilläggsskärmbilder
Ladda ner Tower of Anki-förlängningens CRX-fil
Ladda ner Tower of Anki-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | pbcgfadobhebhmdpcmcogekcckcbmijk |
| Officiell webbadress | https://chromewebstore.google.com/detail/tower-of-anki/pbcgfadobhebhmdpcmcogekcckcbmijk |
| Beskrivning | AnkiWeb with a tower climbing and levelling game |
| Filstorlek | 63.34 KB |
| Antal Installationer | 51 |
| Aktuell Version | 0.0.5 |
| Senast Uppdaterad | 2023-04-01 |
| Publiceringsdatum | 2022-10-30 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | yiheinbuilds |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |