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
官方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"
    ]
}