Tower of Anki
AnkiWeb with a tower climbing and levelling game
什麼是Tower of Anki?
Tower of Anki是由yiheinbuilds開發的Chrome擴展程式,該擴展的主要功能是“AnkiWeb with a tower climbing and levelling game”。
擴展截圖
下載Tower of Anki擴展crx文件
下載Tower of Anki擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | pbcgfadobhebhmdpcmcogekcckcbmijk |
官方網址 | 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" ] } ] } |