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.
扩展基本信息
名称 | Poly Dice Roller |
ID | bkjmjeebmfmnccffnlanlajfjjflkilj |
官方URL | 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" ] } |