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
Eメール [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": [
                ""
            ]
        }
    ]
}