Tales of 2e
Provides TaleSpire dice roller integration for many popular Pathfinder 2e resources.
What is Tales of 2e?
Tales of 2e is a Chrome extension developed by Quzzar, and its main feature is "Provides TaleSpire dice roller integration for many popular Pathfinder 2e resources.".
Extension Screenshots
Download Tales of 2e Extension CRX File
Download Tales of 2e extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Tales of 2e |
ID | pnelkkndgnbalbhbcpacaligcfkdepkd |
Official URL | https://chromewebstore.google.com/detail/tales-of-2e/pnelkkndgnbalbhbcpacaligcfkdepkd |
Description | Provides TaleSpire dice roller integration for many popular Pathfinder 2e resources. |
File Size | 62.32 KB |
Installation Count | 362 |
Current Version | 0.4.9 |
Last Updated | 2021-04-14 |
Publish Date | 2021-04-11 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Quzzar |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } ] } |