Tales of 2e
Provides TaleSpire dice roller integration for many popular Pathfinder 2e resources.
Tales of 2eคืออะไร?
Tales of 2e เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Quzzar และคุณลักษณะหลักของมันคือ "Provides TaleSpire dice roller integration for many popular Pathfinder 2e resources."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tales of 2e
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } ] } |