Damn Puzzle!
See the lichess.org tactics puzzle user rating before wasting time on it!
Damn Puzzle!คืออะไร?
Damn Puzzle! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Levi Borodenko และคุณลักษณะหลักของมันคือ "See the lichess.org tactics puzzle user rating before wasting time on it!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Damn Puzzle!
ดาวน์โหลดไฟล์ส่วนขยาย Damn Puzzle! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Ever spend half an hour on a tactics puzzle on lichess only to find out that it really was not worth your time and had a user rating of -4000? Well, then this extension is for you. Damn Puzzle! will allow you to see the user rating of any puzzle before solving it, thus informing you whether you might be wasting time or not.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Damn Puzzle! |
ID | llhccmgdbihmgbkkikifgfjkahkbkiia |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/damn-puzzle/llhccmgdbihmgbkkikifgfjkahkbkiia |
คำอธิบาย | See the lichess.org tactics puzzle user rating before wasting time on it! |
ขนาดไฟล์ | 22.72 KB |
จำนวนการติดตั้ง | 38 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2020-06-21 |
วันที่เผยแพร่ | 2020-06-21 |
คะแนน | 2.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Levi Borodenko |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/LeviBorodenko/damn-puzzle |
URL หน้าช่วยเหลือ | https://github.com/LeviBorodenko/damn-puzzle |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Damn Puzzle!", "version": "1.0.2", "description": "See the lichess.org tactics puzzle user rating before wasting time on it!", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "activeTab", "declarativeContent" ], "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } } |