Google Slide Image Zoom

Expand, Enlarge Images, Graphics, Table for Google Slide, Google Doc, Google Sheet

Google Slide Image Zoom란 무엇입니까?

Google Slide Image Zoom은(는) https://www.noccito.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Expand, Enlarge Images, Graphics, Table for Google Slide, Google Doc, Google Sheet"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Google Slide Image Zoom 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ZOOM IN GOOGLE SLIDE (New feature Nov 2022)
🎨 EXPAND, ENLARGE ANY IMAGES & GRAPHS in your SLIDES

WORK ON
✅   Google SLIDE
✅   Google DOC 
✅   Google SHEET

INSTRUCTIONS
• Simply click on any Image in your Slides to Expand to Full Screen
• Available both in Presentation and Edit Mode

SECURITY
• Secure - Not a single Data Collected
• Featured Badge Accredited by Chrome team - assigned to extensions that follow google technical best practices and meet a high standard of user experience and design
• Free Extension

BENEFITS
• For better & more animated presentation slides.
• Works on any google slide template or theme
• Ideal for training class, teachers, education course, business & financial presentation


This extension make your google slide presentation better. It is provided & owned by Noccito Design Team at no cost and is intended for use as is. Developed by Issam Zoli under Noccito agreement terms. Image by Neurovit.                    

확장 프로그램 기본 정보

이름 Google Slide Image Zoom Google Slide Image Zoom
ID mbcdnjbocanmphhbkpbjbnepdhbihafo
공식 URL https://chromewebstore.google.com/detail/google-slide-image-zoom/mbcdnjbocanmphhbkpbjbnepdhbihafo
설명 Expand, Enlarge Images, Graphics, Table for Google Slide, Google Doc, Google Sheet
파일 크기 52.98 KB
설치 횟수 886
현재 버전 1.8
최근 업데이트 2023-12-13
출시 날짜 2021-08-21
평점 5.00/5 총 5 개의 평점
개발자 https://www.noccito.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://noccito.net
도움말 페이지 URL https://noccito.net/index.php/image-expand-for-google-slide/
개인정보 보호 정책 페이지 URL https://noccito.net/index.php/image-expand-for-google-slide
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Slide Image Zoom",
    "description": "Expand, Enlarge Images, Graphics, Table for Google Slide, Google Doc, Google Sheet",
    "version": "1.8",
    "icons": {
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/presentation\/*",
                "https:\/\/docs.google.com\/spreadsheets\/*",
                "https:\/\/docs.google.com\/document\/*"
            ],
            "js": [
                "script.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/icons\/zoom.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}