Arrows For Chess.com
Adds arrows to the analysis view on chess.com
什麼是Arrows For Chess.com?
Arrows For Chess.com是由philipp開發的Chrome擴展程式,該擴展的主要功能是“Adds arrows to the analysis view on chess.com”。
擴展截圖
下載Arrows For Chess.com擴展crx文件
下載Arrows For Chess.com擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Adds arrows for the top engine lines to the analysis view on chess.com - The orange arrows show you the best moves - The thickness of the arrows indicates how good a move is compared to the other top-moves How it works: - Go to the game review view on chess.com (https://www.chess.com/analysis/game/live/...) - Open the analysis tab - Enable the "Best Move Arrows"-Toggle (-> visible in the screenshot)
擴展基本資訊
名稱 | |
ID | deaiombfofdgoldipnjjgbjkhledjhaj |
官方網址 | https://chrome.google.com/webstore/detail/arrows-for-chesscom/deaiombfofdgoldipnjjgbjkhledjhaj |
簡介 | Adds arrows to the analysis view on chess.com |
檔案大小 | 100 KB |
安裝次數 | 322 |
目前版本 | 0.1.2 |
更新時間 | 2022-06-05 |
上架時間 | 2022-05-31 |
評分 | 1.50/5 共 2 次評分 |
開發者 | philipp |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Arrows For Chess.com", "manifest_version": 3, "version": "0.1.2", "description": "Adds arrows to the analysis view on chess.com", "icons": { "16": "icons\/crown_16.png", "32": "icons\/crown_32.png", "64": "icons\/crown_64.png", "128": "icons\/crown_128.png", "512": "icons\/crown_512.png" }, "content_scripts": [ { "css": [ "app.css" ], "js": [ "app.js" ], "matches": [ "https:\/\/www.chess.com\/analysis\/game\/live\/*" ] } ] } |