Tower of Anki
AnkiWeb with a tower climbing and levelling game
Co to jest Tower of Anki?
Tower of Anki to rozszerzenie Chrome opracowane przez yiheinbuilds, a jego główną funkcją jest „AnkiWeb with a tower climbing and levelling game”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tower of Anki
Pobierz pliki rozszerzeń Tower of Anki w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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                     Podstawowe informacje o rozszerzeniu
| Nazwa |  | 
| ID | pbcgfadobhebhmdpcmcogekcckcbmijk | 
| Oficjalny URL | https://chromewebstore.google.com/detail/tower-of-anki/pbcgfadobhebhmdpcmcogekcckcbmijk | 
| Opis | AnkiWeb with a tower climbing and levelling game | 
| Rozmiar pliku | 63.34 KB | 
| Liczba instalacji | 51 | 
| Aktualna Wersja | 0.0.5 | 
| Ostatnia Aktualizacja | 2023-04-01 | 
| Data Publikacji | 2022-10-30 | 
| Ocena | 5.00/5 Łącznie 1 Oceny | 
| Deweloper | yiheinbuilds | 
| [email protected] | |
| Typ Płatności | free | 
| Obsługiwane Języki | 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"
            ]
        }
    ]
} | |