Draggable Player Area by Eric
Allows players to move the webcam frames on roll20
Draggable Player Area by Ericคืออะไร?
Draggable Player Area by Eric เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SavyTech และคุณลักษณะหลักของมันคือ "Allows players to move the webcam frames on roll20"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Draggable Player Area by Eric
ดาวน์โหลดไฟล์ส่วนขยาย Draggable Player Area by Eric ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Allows players to move the webcam frames on roll20
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Draggable Player Area by Eric |
ID | gbgefaaedcfbdedbamiicioofngkgnlb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/draggable-player-area-by/gbgefaaedcfbdedbamiicioofngkgnlb |
คำอธิบาย | Allows players to move the webcam frames on roll20 |
ขนาดไฟล์ | 9.8 KB |
จำนวนการติดตั้ง | 11 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2016-07-02 |
วันที่เผยแพร่ | 2016-07-01 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | SavyTech |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Draggable Player Area by Eric", "version": "0.1", "content_scripts": [ { "matches": [ "https:\/\/app.roll20.net\/editor\/" ], "js": [ "content.js" ] } ], "browser_action": { "default_icon": "icon.png" } } |