Tales of 2e
Provides TaleSpire dice roller integration for many popular Pathfinder 2e resources.
Tales of 2e क्या है?
Tales of 2e Quzzar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides TaleSpire dice roller integration for many popular Pathfinder 2e resources."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tales of 2e एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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 |
ईमेल | [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" } ] } |