lichess-timewarning
Warns lichess.org players when they are low on time with an audio sample
lichess-timewarningคืออะไร?
lichess-timewarning เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vincent Simard และคุณลักษณะหลักของมันคือ "Warns lichess.org players when they are low on time with an audio sample"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย lichess-timewarning
ดาวน์โหลดไฟล์ส่วนขยาย lichess-timewarning ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | mpcfojdjmlkdnomdphkpeoocdobojjhm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/lichess-timewarning/mpcfojdjmlkdnomdphkpeoocdobojjhm |
คำอธิบาย | Warns lichess.org players when they are low on time with an audio sample |
ขนาดไฟล์ | 27.76 KB |
จำนวนการติดตั้ง | 41 |
เวอร์ชันปัจจุบัน | 0.1.4 |
อัปเดตครั้งล่าสุด | 2014-10-20 |
วันที่เผยแพร่ | 2014-10-20 |
คะแนน | 3.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Vincent Simard |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "lichess-timewarning", "version": "0.1.4", "manifest_version": 2, "description": "Warns lichess.org players when they are low on time with an audio sample", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/*.lichess.org\/*", "https:\/\/*.lichess.org\/*" ], "css": [ "styles\/main.css" ], "js": [ "scripts\/lichess-timewarning.js" ], "run_at": "document_end", "all_frames": false } ], "web_accessible_resources": [ "ogg\/*" ], "permissions": [ "storage" ] } |