Balanced Dice Roller
Roll simulated dice.
Apa itu Balanced Dice Roller?
Balanced Dice Roller adalah ekstensi Chrome yang dikembangkan oleh https://vividwelkin.com, dan fitur utamanya adalah "Roll simulated dice.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Balanced Dice Roller
Unduh file ekstensi Balanced Dice Roller dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Balanced Dice Roller |
ID | knklhlmednhjmbgaaoeociaiclaabogg |
URL Resmi | https://chromewebstore.google.com/detail/balanced-dice-roller/knklhlmednhjmbgaaoeociaiclaabogg |
Deskripsi | Roll simulated dice. |
Ukuran File | 221 KB |
Jumlah Instalasi | 39 |
Versi Saat Ini | 0.0.4 |
Terakhir Diperbarui | 2019-07-05 |
Tanggal Publikasi | 2019-07-05 |
Pengembang | https://vividwelkin.com |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |