Easy Dice Roller
Dice roller for various types
Easy Dice Rollerとは何ですか?
Easy Dice RollerはAlarinelによって開発されたChromeの拡張機能で、その主な機能は「Dice roller for various types」です。
拡張機能のスクリーンショット
Easy Dice Roller拡張機能のCRXファイルをダウンロード
Easy Dice Roller拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easy dice rolling program for anyone looking to easily track dice rolls without having to load an entire webpage! Updated now to track ongoing luck vs average (for 20 sided dice only for now). See how lucky you are long term. Another new feature: Roll against a threshold. If you are using this for gaming as a GM, then you have a simple place to set up as many rolls as you want and see how many successes and failures you roll. Roll as few or as many as you want of whatever kind of dice you would commonly use. This is also excellent for shadowrun if you just want something simple to track your hits.
拡張機能の基本情報
名前 | Easy Dice Roller |
ID | jplkkkfinccdllaoobmiojlocpmpeipb |
公式URL | https://chromewebstore.google.com/detail/easy-dice-roller/jplkkkfinccdllaoobmiojlocpmpeipb |
説明 | Dice roller for various types |
ファイルサイズ | 35.47 KB |
インストール数 | 1,797 |
現在のバージョン | 1.3 |
最終更新日 | 2014-06-20 |
公開日 | 2014-06-20 |
評価 | 3.33/5 合計 3 レビュー |
開発者 | Alarinel |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy Dice Roller", "description": "Dice roller for various types", "version": "1.3", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "notifications", "storage" ] } |