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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |