Fullscreen Interactive Google Slides(TM)
View fullscreen Slides while staying in edit mode
Fullscreen Interactive Google Slides(TM)คืออะไร?
Fullscreen Interactive Google Slides(TM) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Noreen Ranallo และคุณลักษณะหลักของมันคือ "View fullscreen Slides while staying in edit mode"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fullscreen Interactive Google Slides(TM)
ดาวน์โหลดไฟล์ส่วนขยาย Fullscreen Interactive Google Slides(TM) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Present your slides fullscreen and edit your slides at the same time! Slides remain interactive and editable while viewed fullscreen. This extension is great for using Slides for instruction during a Meet, or for presenting on projector. This extension is especially useful for Educators during remote instruction. Your Meet attendees can see your slides clearly, while you maintain the ability to manipulate and edit the slides. Navigate through your presentation using your arrow keys, or the scroll wheel on your mouse. Once you're finished, reload the page to exit. (Ctrl+R) Developed by Andrew Ranallo and Noreen Ranallo This extension does not collect any personal information and does not have any access to your Slides.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Fullscreen Interactive Google Slides(TM) |
ID | fcdbimocephnflhcladjelkceaefdcjh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fullscreen-interactive-go/fcdbimocephnflhcladjelkceaefdcjh |
คำอธิบาย | View fullscreen Slides while staying in edit mode |
ขนาดไฟล์ | 8.86 KB |
จำนวนการติดตั้ง | 178,502 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2023-04-26 |
วันที่เผยแพร่ | 2020-11-23 |
คะแนน | 4.57/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Noreen Ranallo |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://ranallotechteacher.weebly.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://ranallotechteacher.weebly.com/privacy-policy.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "Fullscreen Interactive Google Slides(TM)" }, "name": "Fullscreen Interactive Google Slides(TM)", "description": "View fullscreen Slides while staying in edit mode", "homepage_url": "https:\/\/ranallotechteacher.weebly.com\/", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "activeTab" ], "version": "0.1", "manifest_version": 2 } |