Beyond The Spire

DnDBeyond to TaleSpire Dice roller

Beyond The Spire là gì?

Beyond The Spire là một tiện ích mở rộng Chrome được phát triển bởi AlexBsApps, và tính năng chính của nó là "DnDBeyond to TaleSpire Dice roller".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Beyond The Spire

Tải xuống các tệp mở rộng Beyond The Spire dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Beyond The Spire Beyond The Spire
ID jgflekbegoccflpmdemeeebbapfbmmjo
URL Chính Thức https://chromewebstore.google.com/detail/beyond-the-spire/jgflekbegoccflpmdemeeebbapfbmmjo
Mô tả DnDBeyond to TaleSpire Dice roller
Kích Thước Tệp 6.74 KB
Số Lần Cài Đặt 9,552
Phiên Bản Hiện Tại 0.9.3.1
Cập Nhật Lần Cuối 2021-09-08
Ngày Phát Hành 2020-11-03
Đánh Giá 4.38/5 Tổng số 26 Đánh Giá
Nhà Phát Triển AlexBsApps
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://beyondthespire.com
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}