Fullscreen Interactive Google Slides(TM)
View fullscreen Slides while staying in edit mode
Fullscreen Interactive Google Slides(TM) क्या है?
Fullscreen Interactive Google Slides(TM) Noreen Ranallo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View fullscreen Slides while staying in edit mode"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fullscreen Interactive Google Slides(TM) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |