Tales of 2e

Provides TaleSpire dice roller integration for many popular Pathfinder 2e resources.

ما هو Tales of 2e؟

Tales of 2e هو إضافة Chrome تم تطويرها بواسطة Quzzar، والميزة الرئيسية لها هي "Provides TaleSpire dice roller integration for many popular Pathfinder 2e resources.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Tales of 2e

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

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

                        Generates roll links for TaleSpire dice rolls on popular Pathfinder 2e resources including: Archives of Nethys, Pf2 Easytool, and Wanderer's Guide.

Recommend disabling the dice integration sheet option for Wanderer's Guide characters when using this extension.                    

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

الاسم Tales of 2e Tales of 2e
ID pnelkkndgnbalbhbcpacaligcfkdepkd
عنوان URL الرسمي https://chromewebstore.google.com/detail/tales-of-2e/pnelkkndgnbalbhbcpacaligcfkdepkd
الوصف Provides TaleSpire dice roller integration for many popular Pathfinder 2e resources.
حجم الملف 62.32 KB
عدد التثبيتات 362
النسخة الحالية 0.4.9
آخر تحديث 2021-04-14
تاريخ النشر 2021-04-11
تقييم 5.00/5 مجموع تقييمات 3
المطور Quzzar
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tales of 2e",
    "description": "Provides TaleSpire dice roller integration for many popular Pathfinder 2e resources.",
    "version": "0.4.9",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/wanderersguide.app\/*"
            ],
            "js": [
                "jquery-3.4.0.min.js",
                "scripts\/utils.js",
                "scripts\/wg.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/2e.aonprd.com\/*"
            ],
            "js": [
                "jquery-3.4.0.min.js",
                "scripts\/utils.js",
                "scripts\/aon.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/pf2.easytool.es\/*",
                "http:\/\/www.pf2.easytool.es\/*"
            ],
            "js": [
                "jquery-3.4.0.min.js",
                "scripts\/utils.js",
                "scripts\/easytools.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ]
}