Balanced Dice Roller
Roll simulated dice.
Balanced Dice Rollerคืออะไร?
Balanced Dice Roller เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vividwelkin.com และคุณลักษณะหลักของมันคือ "Roll simulated dice."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Balanced Dice Roller
ดาวน์โหลดไฟล์ส่วนขยาย Balanced Dice Roller ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Balanced Dice Roller is a simple and easy chrome extension for rolling simulated dice. You can roll dice while viewing tabletop gaming documents from within your browser, It can be used in a popup from the toolbar and in its own dedicated window. To roll a D20 press the D20 button for the result in the main text area. The roll results are saved locally with timestamps until you press the CLEAR button.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Balanced Dice Roller |
ID | knklhlmednhjmbgaaoeociaiclaabogg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/balanced-dice-roller/knklhlmednhjmbgaaoeociaiclaabogg |
คำอธิบาย | Roll simulated dice. |
ขนาดไฟล์ | 221 KB |
จำนวนการติดตั้ง | 39 |
เวอร์ชันปัจจุบัน | 0.0.4 |
อัปเดตครั้งล่าสุด | 2019-07-05 |
วันที่เผยแพร่ | 2019-07-05 |
ผู้พัฒนา | https://vividwelkin.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Balanced Dice Roller", "version": "0.0.4", "description": "Roll simulated dice.", "manifest_version": 2, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "storage" ], "browser_action": { "default_icon": "icon_128.png", "default_popup": "balanceddiceroller.html", "default_title": "Balanced Dice Roller" } } |