Fullscreen Interactive Google Slides(TM)
View fullscreen Slides while staying in edit mode
Fullscreen Interactive Google Slides(TM) là gì?
Fullscreen Interactive Google Slides(TM) là một tiện ích mở rộng Chrome được phát triển bởi Noreen Ranallo, và tính năng chính của nó là "View fullscreen Slides while staying in edit mode".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Fullscreen Interactive Google Slides(TM)
Tải xuống các tệp mở rộng Fullscreen Interactive Google Slides(TM) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Fullscreen Interactive Google Slides(TM) |
ID | fcdbimocephnflhcladjelkceaefdcjh |
URL Chính Thức | https://chromewebstore.google.com/detail/fullscreen-interactive-go/fcdbimocephnflhcladjelkceaefdcjh |
Mô tả | View fullscreen Slides while staying in edit mode |
Kích Thước Tệp | 8.86 KB |
Số Lần Cài Đặt | 178,502 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2023-04-26 |
Ngày Phát Hành | 2020-11-23 |
Đánh Giá | 4.57/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Noreen Ranallo |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://ranallotechteacher.weebly.com/ |
URL Trang Chính Sách Bảo Mật | https://ranallotechteacher.weebly.com/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | 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 } |