Fullscreen Interactive Google Slides(TM)
View fullscreen Slides while staying in edit mode
Was ist Fullscreen Interactive Google Slides(TM)?
Fullscreen Interactive Google Slides(TM) ist eine Chrome-Erweiterung, die von Noreen Ranallo entwickelt wurde, und ihr Hauptmerkmal ist "View fullscreen Slides while staying in edit mode".
Erweiterungsscreenshots
Fullscreen Interactive Google Slides(TM)-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fullscreen Interactive Google Slides(TM)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Fullscreen Interactive Google Slides(TM) |
ID | fcdbimocephnflhcladjelkceaefdcjh |
Offizielle URL | https://chromewebstore.google.com/detail/fullscreen-interactive-go/fcdbimocephnflhcladjelkceaefdcjh |
Beschreibung | View fullscreen Slides while staying in edit mode |
Dateigröße | 8.86 KB |
Installationsanzahl | 178,502 |
Aktuelle Version | 0.1 |
Letztes Update | 2023-04-26 |
Veröffentlichungsdatum | 2020-11-23 |
Bewertung | 4.57/5 Insgesamt 7 Bewertungen |
Entwickler | Noreen Ranallo |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://ranallotechteacher.weebly.com/ |
URL der Datenschutzrichtlinien-Seite | https://ranallotechteacher.weebly.com/privacy-policy.html |
Unterstützte Sprachen | 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 } |