Tower of Anki

AnkiWeb with a tower climbing and levelling game

ما هو Tower of Anki؟

Tower of Anki هو إضافة Chrome تم تطويرها بواسطة yiheinbuilds، والميزة الرئيسية لها هي "AnkiWeb with a tower climbing and levelling game".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Tower of Anki

قم بتنزيل ملفات الامتداد Tower of Anki بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Tower of Anki Tower of Anki
ID pbcgfadobhebhmdpcmcogekcckcbmijk
عنوان URL الرسمي https://chromewebstore.google.com/detail/tower-of-anki/pbcgfadobhebhmdpcmcogekcckcbmijk
الوصف AnkiWeb with a tower climbing and levelling game
حجم الملف 63.34 KB
عدد التثبيتات 51
النسخة الحالية 0.0.5
آخر تحديث 2023-04-01
تاريخ النشر 2022-10-30
تقييم 5.00/5 مجموع تقييمات 1
المطور yiheinbuilds
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
            ]
        }
    ]
}