Balanced Dice Roller
Roll simulated dice.
Qu'est-ce que Balanced Dice Roller ?
Balanced Dice Roller est une extension Chrome développée par https://vividwelkin.com, et sa fonction principale est "Roll simulated dice.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Balanced Dice Roller
Téléchargez les fichiers d'extension Balanced Dice Roller au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Balanced Dice Roller |
ID | knklhlmednhjmbgaaoeociaiclaabogg |
URL Officiel | https://chromewebstore.google.com/detail/balanced-dice-roller/knklhlmednhjmbgaaoeociaiclaabogg |
Description | Roll simulated dice. |
Taille du Fichier | 221 KB |
Nombre d'Installations | 39 |
Version Actuelle | 0.0.4 |
Dernière Mise à Jour | 2019-07-05 |
Date de Publication | 2019-07-05 |
Développeur | https://vividwelkin.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |