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”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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) Fullscreen Interactive Google Slides(TM)
ID fcdbimocephnflhcladjelkceaefdcjh
官方網址 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
}