Tales of 2e

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

Was ist Tales of 2e?

Tales of 2e ist eine Chrome-Erweiterung, die von Quzzar entwickelt wurde, und ihr Hauptmerkmal ist "Provides TaleSpire dice roller integration for many popular Pathfinder 2e resources.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Tales of 2e-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tales of 2e-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Tales of 2e Tales of 2e
ID pnelkkndgnbalbhbcpacaligcfkdepkd
Offizielle URL https://chromewebstore.google.com/detail/tales-of-2e/pnelkkndgnbalbhbcpacaligcfkdepkd
Beschreibung Provides TaleSpire dice roller integration for many popular Pathfinder 2e resources.
Dateigröße 62.32 KB
Installationsanzahl 362
Aktuelle Version 0.4.9
Letztes Update 2021-04-14
Veröffentlichungsdatum 2021-04-11
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Quzzar
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}