Arrows For Chess.com

Adds arrows to the analysis view on chess.com

Arrows For Chess.comคืออะไร?

Arrows For Chess.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย philipp และคุณลักษณะหลักของมันคือ "Adds arrows to the analysis view on chess.com"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Arrows For Chess.com

ดาวน์โหลดไฟล์ส่วนขยาย 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)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Arrows For Chess.com Arrows For Chess.com
ID deaiombfofdgoldipnjjgbjkhledjhaj
URL อย่างเป็นทางการ 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\/*"
            ]
        }
    ]
}