Poly Dice Roller
Advanced Dice Roller suitable for any RPG.
什麼是Poly Dice Roller?
Poly Dice Roller是由Harmless Key開發的Chrome擴展程式,該擴展的主要功能是“Advanced Dice Roller suitable for any RPG.”。
擴展截圖
下載Poly Dice Roller擴展crx文件
下載Poly Dice Roller擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Advanced Dice Roller suitable for any Role Playing Game. Roll dice with any number of sides and get total values for your rolls. 擴展基本資訊
| 名稱 | |
| ID | bkjmjeebmfmnccffnlanlajfjjflkilj |
| 官方網址 | https://chromewebstore.google.com/detail/poly-dice-roller/bkjmjeebmfmnccffnlanlajfjjflkilj |
| 簡介 | Advanced Dice Roller suitable for any RPG. |
| 檔案大小 | 927 KB |
| 安裝次數 | 43 |
| 目前版本 | 0.1 |
| 更新時間 | 2023-02-01 |
| 上架時間 | 2023-01-16 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | Harmless Key |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"author": "Key Roos & Harm Manders",
"name": "Poly Dice Roller",
"description": "Advanced Dice Roller suitable for any RPG.",
"version": "0.1",
"icons": {
"16": "assets\/images\/icon16.png",
"32": "assets\/images\/icon32.png",
"48": "assets\/images\/icon48.png",
"128": "assets\/images\/icon128.png"
},
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "assets\/images\/icon16.png",
"32": "assets\/images\/icon32.png",
"48": "assets\/images\/icon48.png",
"128": "assets\/images\/icon128.png"
}
},
"permissions": [
"storage"
]
} | |