Tales of 2e

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

Tales of 2e là gì?

Tales of 2e là một tiện ích mở rộng Chrome được phát triển bởi Quzzar, và tính năng chính của nó là "Provides TaleSpire dice roller integration for many popular Pathfinder 2e resources.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tales of 2e

Tải xuống các tệp mở rộng Tales of 2e 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

                        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.                    

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

Tên Tales of 2e Tales of 2e
ID pnelkkndgnbalbhbcpacaligcfkdepkd
URL Chính Thức https://chromewebstore.google.com/detail/tales-of-2e/pnelkkndgnbalbhbcpacaligcfkdepkd
Mô tả Provides TaleSpire dice roller integration for many popular Pathfinder 2e resources.
Kích Thước Tệp 62.32 KB
Số Lần Cài Đặt 362
Phiên Bản Hiện Tại 0.4.9
Cập Nhật Lần Cuối 2021-04-14
Ngày Phát Hành 2021-04-11
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Quzzar
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}