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文件

下载Google Slide Image Zoom扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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": [
                ""
            ]
        }
    ]
}