Easy Dice Roller

Dice roller for various types

什麼是Easy Dice Roller?

Easy Dice Roller是由Alarinel開發的Chrome擴展程式,該擴展的主要功能是“Dice roller for various types”。

擴展截圖

screenshot

下載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 Easy Dice Roller
ID jplkkkfinccdllaoobmiojlocpmpeipb
官方網址 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"
    ]
}