Arrows For Chess.com
Adds arrows to the analysis view on chess.com
Apa itu Arrows For Chess.com?
Arrows For Chess.com adalah ekstensi Chrome yang dikembangkan oleh philipp, dan fitur utamanya adalah "Adds arrows to the analysis view on chess.com".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Arrows For Chess.com
Unduh file ekstensi Arrows For Chess.com dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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)
Informasi Dasar Ekstensi
Nama | |
ID | deaiombfofdgoldipnjjgbjkhledjhaj |
URL Resmi | https://chrome.google.com/webstore/detail/arrows-for-chesscom/deaiombfofdgoldipnjjgbjkhledjhaj |
Deskripsi | Adds arrows to the analysis view on chess.com |
Ukuran File | 100 KB |
Jumlah Instalasi | 322 |
Versi Saat Ini | 0.1.2 |
Terakhir Diperbarui | 2022-06-05 |
Tanggal Publikasi | 2022-05-31 |
Penilaian | 1.50/5 Total 2 Penilaian |
Pengembang | philipp |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } ] } |