Really Good Dice
Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.
Really Good Diceคืออะไร?
Really Good Dice เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://reallygood.co.il และคุณลักษณะหลักของมันคือ "Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Really Good Dice
ดาวน์โหลดไฟล์ส่วนขยาย Really Good Dice ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time. Quickly roll one dice or more, right off from your extension bar.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Really Good Dice |
ID | mfedjabphbbhekfijmgipfhddgjfnain |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/really-good-dice/mfedjabphbbhekfijmgipfhddgjfnain |
คำอธิบาย | Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time. |
ขนาดไฟล์ | 204 KB |
จำนวนการติดตั้ง | 6,000 |
เวอร์ชันปัจจุบัน | 2 |
อัปเดตครั้งล่าสุด | 2021-06-02 |
วันที่เผยแพร่ | 2013-10-27 |
คะแนน | 4.17/5 รวมทั้งหมด 24 คะแนน |
ผู้พัฒนา | https://reallygood.co.il |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://reallygood.co.il/ |
URL หน้าช่วยเหลือ | https://reallygood.co.il/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Really Good Dice", "version": "2", "manifest_version": 3, "description": "Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.", "permissions": [ "storage", "alarms" ], "icons": { "16": "images\/icon-16x16.png", "32": "images\/icon-32x32.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" }, "action": { "default_title": "Roll the Dice!", "default_icon": { "16": "images\/icon-16x16.png", "32": "images\/icon-32x32.png" } }, "options_page": "options\/options.html", "background": { "service_worker": "background.js" } } |