AutoDice

A simple dice roller.

什么是AutoDice?

AutoDice是由https://www.cyborgsushi.com开发的Chrome扩展程序,该扩展的主要功能是“A simple dice roller.”。

扩展截图

screenshot

下载AutoDice扩展crx文件

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

扩展使用说明

                        Want to roll a dice, but to lazy to press a button? Then try AutoDice, a dice that rolls it self!


Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License, more info at http://creativecommons.org/licenses/by-nc-nd/3.0/                    

扩展基本信息

名称 AutoDice AutoDice
ID bnejadjgfckllmggaioifgcmppekedbc
官方URL https://chromewebstore.google.com/detail/autodice/bnejadjgfckllmggaioifgcmppekedbc
简介 A simple dice roller.
文件大小 17.07 KB
安装次数 88
当前版本 1.0
更新时间 2012-06-16
上架时间 2012-06-16
评分 3.50/5 共4次评分
开发者 https://www.cyborgsushi.com
付费类型 free
扩展官网 http://www.cyborgsushi.com/
支持的语言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoDice",
    "description": "A simple dice roller.",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "popup.html",
        "name": "Roll the Dice",
        "icons": [
            "icon_128.png",
            "icon_48.png",
            "icon_16.png"
        ]
    },
    "manifest_version": 2
}