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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
}
]
} | |