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
官方網址 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
}