Roll20 Attack Template
Just a little extension to use Roll20 Templates more easily.
什么是Roll20 Attack Template?
Roll20 Attack Template是由pyanderson开发的Chrome扩展程序,该扩展的主要功能是“Just a little extension to use Roll20 Templates more easily.”。
扩展截图
下载Roll20 Attack Template扩展crx文件
下载Roll20 Attack Template扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With this extension it's easy to use Roll20 Templates to make attack rolls in Roll20 app.
All icons used in this extension are from Icons8 (https://icons8.com). 扩展基本信息
| 名称 | |
| ID | kgcihjjncpnpmmlpngejfnadfbadijpe |
| 官方URL | https://chromewebstore.google.com/detail/roll20-attack-template/kgcihjjncpnpmmlpngejfnadfbadijpe |
| 简介 | Just a little extension to use Roll20 Templates more easily. |
| 文件大小 | 109 KB |
| 安装次数 | 114 |
| 当前版本 | 0.0.1 |
| 更新时间 | 2021-07-28 |
| 上架时间 | 2020-03-30 |
| 开发者 | pyanderson |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/pyanderson/roll20_attack_template |
| 帮助页面URL | https://github.com/pyanderson/roll20_attack_template/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Roll20 Attack Template",
"version": "0.0.1",
"description": "Just a little extension to use Roll20 Templates more easily.",
"permissions": [
"activeTab"
],
"content_scripts": [
{
"matches": [
"*:\/\/app.roll20.net\/editor*"
],
"css": [
"core.css"
],
"js": [
"third_party\/jquery-3.4.1.min.js",
"third_party\/jquery-ui-1.12.1.min.js",
"core.js"
]
}
],
"icons": {
"16": "images\/Gaming-Dice-icon16.png",
"32": "images\/Gaming-Dice-icon32.png",
"48": "images\/Gaming-Dice-icon48.png",
"128": "images\/Gaming-Dice-icon128.png"
},
"manifest_version": 2
} | |