Tower of Anki

AnkiWeb with a tower climbing and levelling game

Tower of Anki là gì?

Tower of Anki là một tiện ích mở rộng Chrome được phát triển bởi yiheinbuilds, và tính năng chính của nó là "AnkiWeb with a tower climbing and levelling game".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tower of Anki

Tải xuống các tệp mở rộng Tower of Anki dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tower of Anki Tower of Anki
ID pbcgfadobhebhmdpcmcogekcckcbmijk
URL Chính Thức https://chromewebstore.google.com/detail/tower-of-anki/pbcgfadobhebhmdpcmcogekcckcbmijk
Mô tả AnkiWeb with a tower climbing and levelling game
Kích Thước Tệp 63.34 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2023-04-01
Ngày Phát Hành 2022-10-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển yiheinbuilds
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}