Tales of 2e

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

Tales of 2eとは何ですか?

Tales of 2eはQuzzarによって開発されたChromeの拡張機能で、その主な機能は「Provides TaleSpire dice roller integration for many popular Pathfinder 2e resources.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Tales of 2e拡張機能のCRXファイルをダウンロード

Tales of 2e拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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