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によって開発されたChromeの拡張機能で、その主な機能は「View fullscreen Slides while staying in edit mode」です。
拡張機能のスクリーンショット
Fullscreen Interactive Google Slides(TM)拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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 } |