Plutonium Mirror
An Add-On for defining which Mirror to use for 5e Tools.
Plutonium Mirrorคืออะไร?
Plutonium Mirror เป็นส่วนขยายของ Chrome ที่พัฒนาโดย flamewave000 และคุณลักษณะหลักของมันคือ "An Add-On for defining which Mirror to use for 5e Tools."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Plutonium Mirror
ดาวน์โหลดไฟล์ส่วนขยาย Plutonium Mirror ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An Add-On for defining which Mirror to use for 5e Tools. Comes with the primary website, as well as two known mirrors. You can also set it to custom and use your own hosted version of 5e Tools. This is primarily meant to be used with VTTs such as FoundryVTT where images, links, and content might get broken if 5e.tools is down.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Plutonium Mirror |
ID | cmdfdklimdbgkakbnplpohmekimalljl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/plutonium-mirror/cmdfdklimdbgkakbnplpohmekimalljl |
คำอธิบาย | An Add-On for defining which Mirror to use for 5e Tools. |
ขนาดไฟล์ | 90.99 KB |
จำนวนการติดตั้ง | 914 |
เวอร์ชันปัจจุบัน | 2.4.1 |
อัปเดตครั้งล่าสุด | 2021-09-12 |
วันที่เผยแพร่ | 2021-09-09 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | flamewave000 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/flamewave000/plutonium-mirror |
URL หน้าช่วยเหลือ | https://github.com/flamewave000/plutonium-mirror/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Plutonium Mirror", "description": "An Add-On for defining which Mirror to use for 5e Tools.", "version": "2.4.1", "manifest_version": 2, "icons": { "16": "icons\/favicon-16x16.png", "32": "icons\/favicon-32x32.png", "48": "icons\/favicon-48x48.png", "64": "icons\/favicon-64x64.png", "128": "icons\/favicon-128x128.png", "144": "icons\/favicon-144x144.png", "256": "icons\/favicon-256x256.png" }, "permissions": [ "storage", "webRequest", "webRequestBlocking", "management", "*:\/\/*\/game", "*:\/\/app.roll20.net\/editor" ], "background": { "scripts": [ "mirror.js" ], "persistent": true }, "browser_action": { "default_title": "Configure 5e Tools Mirror", "default_popup": "popup\/popup.html", "default_icon": { "16": "icons\/favicon-16x16.png", "32": "icons\/favicon-32x32.png", "48": "icons\/favicon-48x48.png", "64": "icons\/favicon-64x64.png", "128": "icons\/favicon-128x128.png", "144": "icons\/favicon-144x144.png", "256": "icons\/favicon-256x256.png" } } } |