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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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) 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
}