Google Slide Image Zoom

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

Τι είναι το Google Slide Image Zoom;

Το Google Slide Image Zoom είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.noccito.net, και η κύρια λειτουργία του είναι "Expand, Enlarge Images, Graphics, Table for Google Slide, Google Doc, Google Sheet".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Google Slide Image Zoom

Λήψη αρχείων επέκτασης 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": [
                ""
            ]
        }
    ]
}