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 |
| 官方網址 | 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"
}
]
} | |