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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Expand, Enlarge Images, Graphics, Table for Google Slide, Google Doc, Google Sheet"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Google Slide Image Zoom एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}