Beyond The Spire

DnDBeyond to TaleSpire Dice roller

ما هو Beyond The Spire؟

Beyond The Spire هو إضافة Chrome تم تطويرها بواسطة AlexBsApps، والميزة الرئيسية لها هي "DnDBeyond to TaleSpire Dice roller".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Beyond The Spire

قم بتنزيل ملفات الامتداد Beyond The Spire بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Beyond The Spire Beyond The Spire
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"
        }
    ]
}