Balanced Dice Roller
Roll simulated dice.
什麼是Balanced Dice Roller?
Balanced Dice Roller是由https://vividwelkin.com開發的Chrome擴展程式,該擴展的主要功能是“Roll simulated dice.”。
擴展截圖
下載Balanced Dice Roller擴展crx文件
下載Balanced Dice Roller擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Balanced Dice Roller is a simple and easy chrome extension for rolling simulated dice. You can roll dice while viewing tabletop gaming documents from within your browser, It can be used in a popup from the toolbar and in its own dedicated window. To roll a D20 press the D20 button for the result in the main text area. The roll results are saved locally with timestamps until you press the CLEAR button. 擴展基本資訊
| 名稱 | |
| ID | knklhlmednhjmbgaaoeociaiclaabogg |
| 官方網址 | https://chromewebstore.google.com/detail/balanced-dice-roller/knklhlmednhjmbgaaoeociaiclaabogg |
| 簡介 | Roll simulated dice. |
| 檔案大小 | 221 KB |
| 安裝次數 | 39 |
| 目前版本 | 0.0.4 |
| 更新時間 | 2019-07-05 |
| 上架時間 | 2019-07-05 |
| 開發者 | https://vividwelkin.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Balanced Dice Roller",
"version": "0.0.4",
"description": "Roll simulated dice.",
"manifest_version": 2,
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"permissions": [
"storage"
],
"browser_action": {
"default_icon": "icon_128.png",
"default_popup": "balanceddiceroller.html",
"default_title": "Balanced Dice Roller"
}
} | |