Tiny D20
A tiny dice set that lives in your toolbar!
Tiny D20คืออะไร?
Tiny D20 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย camden และคุณลักษณะหลักของมันคือ "A tiny dice set that lives in your toolbar!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tiny D20
ดาวน์โหลดไฟล์ส่วนขยาย Tiny D20 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Aren't you tired of wasting screen space with a whole window or webpage dedicated to a dice roller? With Tiny D20, a quick throw of the dice is just a click away. Currently works best for Dungeons and Dragons (D&D)-style games. Support for other RPGs coming soon! ──────────── Features: ➤ Clean, intuitive interface ➤ Easily add modifiers or change the number of rolls ➤ Support for all of the traditional dice: from d4 to d100 ➤ Macros for your most common rolls ➤ View a breakdown of each roll, including the minimum and maximum roll ➤ Open-source! View the code here: https://github.com/camdenb/Tiny-D20 ──────────── Coming Soon: ➤ Export/Import your macros ➤ Advanced rolls like "1d(1d4+2) * 4" or "(1d4)d(1d20) / 4" or even "1d(1d(1d(1d(1d(1d4)))))" ──────────── v3.0.3 Changelog: ➤ Fixed minor text-color issue ──────────── v3.0.2 Changelog: ➤ Fixed bug with recognizing when a roll was the minimum possible value ──────────── v3.0.1 Changelog: ➤ Removed extra debugging ➤ Fixed small formatting bug with macros ──────────── v3.0 Changelog: ➤ Rewrote the whole extension from the ground up for a better developer and user experience ➤ Fixed major bugs ──────────── v2.1 Changelog: ➤ Added a fancy roll animation, which you can toggle in the options menu ➤ A couple of bug fixes and tweaks ──────────── v2.0 Changelog: ➤ Macros! ➤ Better looking icons ➤ Added an options menu where you can configure Macros and the icon color ➤ Changed the results textarea into a beautiful table ➤ Results table now highlights "natural rolls"(i.e. the minimum and maximum possible rolls) ➤ Dozens of bug-fixes and tweaks
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tiny D20 |
ID | kioakkagkemhjepoflhccjmabkhbiepp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tiny-d20/kioakkagkemhjepoflhccjmabkhbiepp |
คำอธิบาย | A tiny dice set that lives in your toolbar! |
ขนาดไฟล์ | 1.84 MB |
จำนวนการติดตั้ง | 4,890 |
เวอร์ชันปัจจุบัน | 3.0.3.2 |
อัปเดตครั้งล่าสุด | 2020-02-19 |
วันที่เผยแพร่ | 2020-02-19 |
คะแนน | 4.85/5 รวมทั้งหมด 94 คะแนน |
ผู้พัฒนา | camden |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/camdenb/Tiny-D20 |
URL หน้าช่วยเหลือ | https://github.com/camdenb/Tiny-D20/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tiny D20", "short_name": "Tiny D20", "description": "A tiny dice set that lives in your toolbar!", "version": "3.0.3.2", "author": "camdenb", "offline_enabled": true, "options_page": "src\/options.html", "options_ui": { "page": "src\/options.html", "chrome_style": true }, "icons": { "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon38-white-outline.png", "default_popup": "src\/popup.html", "default_title": "Roll me!" }, "permissions": [ "storage" ] } |