Poly Dice Roller
Advanced Dice Roller suitable for any RPG.
Poly Dice Rollerคืออะไร?
Poly Dice Roller เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Harmless Key และคุณลักษณะหลักของมันคือ "Advanced Dice Roller suitable for any RPG."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Poly Dice Roller
ดาวน์โหลดไฟล์ส่วนขยาย Poly Dice Roller ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Advanced Dice Roller suitable for any Role Playing Game. Roll dice with any number of sides and get total values for your rolls.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Poly Dice Roller |
ID | bkjmjeebmfmnccffnlanlajfjjflkilj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/poly-dice-roller/bkjmjeebmfmnccffnlanlajfjjflkilj |
คำอธิบาย | Advanced Dice Roller suitable for any RPG. |
ขนาดไฟล์ | 927 KB |
จำนวนการติดตั้ง | 43 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2023-02-01 |
วันที่เผยแพร่ | 2023-01-16 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Harmless Key |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "author": "Key Roos & Harm Manders", "name": "Poly Dice Roller", "description": "Advanced Dice Roller suitable for any RPG.", "version": "0.1", "icons": { "16": "assets\/images\/icon16.png", "32": "assets\/images\/icon32.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "action": { "default_popup": "index.html", "default_icon": { "16": "assets\/images\/icon16.png", "32": "assets\/images\/icon32.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" } }, "permissions": [ "storage" ] } |