Google Slide Image Zoom

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

Co je Google Slide Image Zoom?

Google Slide Image Zoom je rozšíření Chrome vyvinuté https://www.noccito.net, a jeho hlavní funkcí je „Expand, Enlarge Images, Graphics, Table for Google Slide, Google Doc, Google Sheet“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Google Slide Image Zoom

Stáhněte si soubory rozšíření Google Slide Image Zoom ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Google Slide Image Zoom Google Slide Image Zoom
ID mbcdnjbocanmphhbkpbjbnepdhbihafo
Oficiální URL https://chromewebstore.google.com/detail/google-slide-image-zoom/mbcdnjbocanmphhbkpbjbnepdhbihafo
Popis Expand, Enlarge Images, Graphics, Table for Google Slide, Google Doc, Google Sheet
Velikost souboru 52.98 KB
Počet instalací 886
Aktuální Verze 1.8
Poslední Aktualizace 2023-12-13
Datum Vydání 2021-08-21
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář https://www.noccito.net
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://noccito.net
URL Stránky Nápovědy https://noccito.net/index.php/image-expand-for-google-slide/
URL Stránky Zásad Ochrany Soukromí https://noccito.net/index.php/image-expand-for-google-slide
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}