Balanced Dice Roller
Roll simulated dice.
Balanced Dice Rollerとは何ですか?
Balanced Dice Rollerはhttps://vividwelkin.comによって開発されたChromeの拡張機能で、その主な機能は「Roll simulated dice.」です。
拡張機能のスクリーンショット
Balanced Dice Roller拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } } |