Chess Compass - Free Online Chess Analysis
Analyze games using Chess Compass from popular chess websites such as chess.com and lichess.
Chess Compass - Free Online Chess Analysisคืออะไร?
Chess Compass - Free Online Chess Analysis เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chesscompass.com และคุณลักษณะหลักของมันคือ "Analyze games using Chess Compass from popular chess websites such as chess.com and lichess."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chess Compass - Free Online Chess Analysis
ดาวน์โหลดไฟล์ส่วนขยาย Chess Compass - Free Online Chess Analysis ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Allows for easy importing of games on Lichess and Chess.com into Chess Compass.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Chess Compass - Free Online Chess Analysis |
ID | djkdhnacahocjglfmgdkcogbmnhholch |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chess-compass-free-online/djkdhnacahocjglfmgdkcogbmnhholch |
คำอธิบาย | Analyze games using Chess Compass from popular chess websites such as chess.com and lichess. |
ขนาดไฟล์ | 12.82 KB |
จำนวนการติดตั้ง | 4,150 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2023-05-03 |
วันที่เผยแพร่ | 2019-12-28 |
คะแนน | 4.50/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | https://chesscompass.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.chesscompass.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.chesscompass.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chess Compass - Free Online Chess Analysis", "version": "1.2.0", "manifest_version": 3, "description": "Analyze games using Chess Compass from popular chess websites such as chess.com and lichess.", "homepage_url": "https:\/\/www.chesscompass.com\/", "icons": { "128": "icons\/icon128.png" }, "default_locale": "en", "host_permissions": [ "https:\/\/www.chess.com\/*", "https:\/\/lichess.org\/*" ], "web_accessible_resources": [ { "resources": [ "src\/inject\/chess_com_script.js" ], "matches": [ "https:\/\/www.chess.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/lichess.org\/*" ], "css": [ "src\/inject\/lichess.css" ] }, { "matches": [ "https:\/\/lichess.org\/*" ], "js": [ "src\/inject\/lichess.js" ] }, { "matches": [ "https:\/\/www.chess.com\/*" ], "css": [ "src\/inject\/chess_com.css" ] }, { "matches": [ "https:\/\/www.chess.com\/*" ], "js": [ "src\/inject\/chess_com.js" ] } ] } |