Presento
Gives presenter view for Figma prototype and cast them to connected screens in One-click.
Presentoคืออะไร?
Presento เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gwokhou และคุณลักษณะหลักของมันคือ "Gives presenter view for Figma prototype and cast them to connected screens in One-click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Presento
ดาวน์โหลดไฟล์ส่วนขยาย Presento ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Presento gives presenter view for Figma prototype and make it available to cast to screens you connected or even video conferencing apps in One-click! Sync when changing slides. Support presenter notes and timer to help you get a smooth experience just like presenter view in Keynotes and PowerPoint. **FEATURES** - Cast Figma prototype to screen(s) - Presenter view - Presenter notes - Timer - Compact wireless presenter pen control
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Presento |
ID | mjgemdigbahlikglikibgpellinlahcj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/presento/mjgemdigbahlikglikibgpellinlahcj |
คำอธิบาย | Gives presenter view for Figma prototype and cast them to connected screens in One-click. |
ขนาดไฟล์ | 412 KB |
จำนวนการติดตั้ง | 115 |
เวอร์ชันปัจจุบัน | 0.1.3 |
อัปเดตครั้งล่าสุด | 2022-05-09 |
วันที่เผยแพร่ | 2022-03-16 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Gwokhou |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Presento", "version": "0.1.3", "description": "Gives presenter view for Figma prototype and cast them to connected screens in One-click.", "action": { "default_icon": ".\/assets\/icon-512.png" }, "background": { "service_worker": ".\/dist\/background\/index.global.js" }, "icons": { "16": ".\/assets\/icon-16.png", "48": ".\/assets\/icon-48.png", "128": ".\/assets\/icon-128.png", "256": ".\/assets\/icon-256.png", "512": ".\/assets\/icon-512.png" }, "permissions": [ "tabs", "storage", "system.display" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ ".\/dist\/contentScripts\/index.global.js" ] } ], "web_accessible_resources": [ { "resources": [ "dist\/contentScripts\/style.css", "assets\/fonts\/*.woff", "assets\/fonts\/*.woff2", "assets\/*.png" ], "matches": [ " |