Tales of 2e
Provides TaleSpire dice roller integration for many popular Pathfinder 2e resources.
Co je Tales of 2e?
Tales of 2e je rozšíření Chrome vyvinuté Quzzar, a jeho hlavní funkcí je „Provides TaleSpire dice roller integration for many popular Pathfinder 2e resources.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Tales of 2e
Stáhněte si soubory rozšíření Tales of 2e ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Tales of 2e |
ID | pnelkkndgnbalbhbcpacaligcfkdepkd |
Oficiální URL | https://chromewebstore.google.com/detail/tales-of-2e/pnelkkndgnbalbhbcpacaligcfkdepkd |
Popis | Provides TaleSpire dice roller integration for many popular Pathfinder 2e resources. |
Velikost souboru | 62.32 KB |
Počet instalací | 362 |
Aktuální Verze | 0.4.9 |
Poslední Aktualizace | 2021-04-14 |
Datum Vydání | 2021-04-11 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | Quzzar |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } ] } |