One-Click Game Dice

Produce random numbers for different kinds of dice commonly used in gaming.

什么是One-Click Game Dice?

One-Click Game Dice是由imightbewyatt开发的Chrome扩展程序,该扩展的主要功能是“Produce random numbers for different kinds of dice commonly used in gaming.”。

扩展截图

screenshot

下载One-Click Game Dice扩展crx文件

下载One-Click Game Dice扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Generate random numbers for various gaming dice: one-hundred-sided (2d10), twenty-sided, twelve-sided, ten-sided, eight-sided, six-sided, four-sided, and two-sided. It works in offline mode, too.                    

扩展基本信息

名称 One-Click Game Dice One-Click Game Dice
ID imijklnhdpkdjhmndhhcmknijghmeije
官方URL https://chromewebstore.google.com/detail/one-click-game-dice/imijklnhdpkdjhmndhhcmknijghmeije
简介 Produce random numbers for different kinds of dice commonly used in gaming.
文件大小 174 KB
安装次数 569
当前版本 1.0
更新时间 2014-11-17
上架时间 2014-11-17
评分 4.88/5 共8次评分
开发者 imightbewyatt
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "One-Click Game Dice",
    "short_name": "1-Click Dice",
    "author": "B. Wyatt",
    "offline_enabled": true,
    "description": "Produce random numbers for different kinds of dice commonly used in gaming.",
    "version": "1.0",
    "permissions": [],
    "icons": {
        "16": "d20_icon16.png",
        "19": "d20_icon.png",
        "48": "d20_icon48.png",
        "128": "d20_icon128.png"
    },
    "browser_action": {
        "default_icon": "d20_icon.png",
        "default_popup": "popup.html"
    }
}