Beyond The Spire
DnDBeyond to TaleSpire Dice roller
什么是Beyond The Spire?
Beyond The Spire是由AlexBsApps开发的Chrome扩展程序,该扩展的主要功能是“DnDBeyond to TaleSpire Dice roller”。
扩展截图
下载Beyond The Spire扩展crx文件
下载Beyond The Spire扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An extension to add TaleSpire dice rolls to DnDBeyond character sheets, monster pages and encounters.
Disabling DnDBeyond's digital dice is recommended while using this extension. 扩展基本信息
| 名称 | |
| ID | jgflekbegoccflpmdemeeebbapfbmmjo |
| 官方URL | https://chromewebstore.google.com/detail/beyond-the-spire/jgflekbegoccflpmdemeeebbapfbmmjo |
| 简介 | DnDBeyond to TaleSpire Dice roller |
| 文件大小 | 6.74 KB |
| 安装次数 | 9,552 |
| 当前版本 | 0.9.3.1 |
| 更新时间 | 2021-09-08 |
| 上架时间 | 2020-11-03 |
| 评分 | 4.38/5 共26次评分 |
| 开发者 | AlexBsApps |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://beyondthespire.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Beyond The Spire",
"description": "DnDBeyond to TaleSpire Dice roller",
"version": "0.9.3.1",
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"content_scripts": [
{
"matches": [
"https:\/\/www.dndbeyond.com\/*"
],
"js": [
"main.js"
],
"css": [
"content.css"
],
"icons": {
"128": "icon_128.png"
},
"run_at": "document_end"
}
]
} | |