Marmalade
Chess AI, Lichess
Marmaladeคืออะไร?
Marmalade เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Chess AI, Lichess"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Marmalade
ดาวน์โหลดไฟล์ส่วนขยาย Marmalade ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chess engine, work in progress, works with lichess, during a game ask Marmalade for the next best move! Just click the button once and wait for the cookies :)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Marmalade |
ID | gcngofmmfchabjegdjagkpdnblnbjfcp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/marmalade/gcngofmmfchabjegdjagkpdnblnbjfcp |
คำอธิบาย | Chess AI, Lichess |
ขนาดไฟล์ | 465 KB |
จำนวนการติดตั้ง | 97 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2018-02-25 |
วันที่เผยแพร่ | 2018-02-25 |
คะแนน | 3.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://ryan-qiyu-jiang.github.io/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Marmalade", "description": "Chess AI, Lichess", "version": "0.0.2", "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/lichess.org\/*" ], "js": [ "content.js" ], "run_at": "document_idle", "all_frames": false } ], "page_action": { "default_icon": "icon128.png", "default_popup": "popup.html", "default_title": "Next Move" } } |