Google Docs Image Downloader

Download all images from Google Docs with one click

Google Docs Image Downloader क्या है?

Google Docs Image Downloader Simonas Petkevicius द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download all images from Google Docs with one click"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Google Docs Image Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Download images from Google Docs with one click.

With Google Docs Image Downloader extension, you can easily download images from Google Docs.

Key Features:

Download All Images as ZIP: Download all images from a Google Doc at once as a ZIP file. The extension conveniently packages all images into a single ZIP file.

Download Images Individually: Download all images from a Google Doc at once. The extension conveniently downloads all images without ZIPing them.

Download Single Images: Download a particular image one at a time. A quick way to get a particular image without having to download the entire set.

If you work with Google Docs on a daily basis, then Google Docs Image Downloader is the perfect helper for you.                    

एक्सटेंशन की मूल जानकारी

नाम Google Docs Image Downloader Google Docs Image Downloader
ID fbpcbgccoedlioejeiineobjmnpdfhkm
आधिकारिक URL https://chromewebstore.google.com/detail/google-docs-image-downloa/fbpcbgccoedlioejeiineobjmnpdfhkm
विवरण Download all images from Google Docs with one click
फ़ाइल का आकार 41.81 KB
स्थापना संख्या 283
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2024-01-17
प्रकाशन तिथि 2023-05-10
रेटिंग 4.20/5 कुल 5 रेटिंग्स
डेवलपर Simonas Petkevicius
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://simonas.me?page_id=3
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Docs Image Downloader",
    "version": "1.0.0",
    "description": "Download all images from Google Docs with one click",
    "permissions": [],
    "action": {
        "default_popup": "views\/popup.html"
    },
    "icons": {
        "48": "images\/icon.png",
        "64": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/docs.google.com\/document\/*"
            ],
            "js": [
                "js\/contentScript.js"
            ]
        }
    ]
}