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 |
| Eメール | [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"
}
]
} | |