Document Preview Exporter for Google Drive

Adds Export Feature for Google Drive Document Previews This extension operates within Google Drive and the Document Sharing pages.…

Document Preview Exporter for Google Drive क्या है?

Document Preview Exporter for Google Drive https://findgrep.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds Export Feature for Google Drive Document Previews This extension operates within Google Drive and the Document Sharing pages.…"।

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

screenshot
screenshot
screenshot

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

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

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

                        Adds Export Feature for Google Drive Document Previews

This extension operates within Google Drive and the Document Sharing pages.
- https://drive.google.com/drive/*
- https://drive.google.com/file/d/*/view

Once a document preview is open, click on this extension's icon to export the document in PNG, Zipped PNG, or PDF format.

Even view only documents that are restricted from downloading or printing can be exported with this extension.

Key Features:
* PNG image exportation. (If download is blocked by Chrome, let it allow multiple file downloads)
* ZIP file exportation. (This encompasses PNG Images)
* PDF exportation. (This involves PNG Images, with no text information included)
* Ability to specify a filename
* Ability to designate a PDF page size (A4, A3, and more) / Orientation (Portrait, Landscape)

Usage Notice:
Please verify the copyright and license of the content you wish to download to ensure compliance with applicable laws. We are not responsible for any issues arising from the use of this software. Use at your own risk.

Release Notes:
2024-03-03 v1.1.2:  Fixed issue preventing download of PDFs containing comments.  

Icons by https://icons8.com/
Sample files by https://file-examples.com/                    

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

नाम Document Preview Exporter for Google Drive Document Preview Exporter for Google Drive
ID npapjbliocdhineglcjkmmmaddpgeono
आधिकारिक URL https://chromewebstore.google.com/detail/document-preview-exporter/npapjbliocdhineglcjkmmmaddpgeono
विवरण Adds Export Feature for Google Drive Document Previews This extension operates within Google Drive and the Document Sharing pages.…
फ़ाइल का आकार 288 KB
स्थापना संख्या 5,000
वर्तमान संस्करण 1.1.2
अंतिम अपडेट 2024-03-04
प्रकाशन तिथि 2023-01-09
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर https://findgrep.app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://findgrep.app/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Document Preview Exporter for Google Drive",
    "version": "1.1.2",
    "permissions": [],
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon_16x16.png",
        "32": "icon_32x32.png",
        "48": "icon_48x48.png",
        "128": "icon_128x128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content.tsx-loader-a52b71a8.js"
            ],
            "matches": [
                "https:\/\/drive.google.com\/file\/d\/*\/view",
                "https:\/\/drive.google.com\/drive\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/drive.google.com\/*",
                "https:\/\/drive.google.com\/*"
            ],
            "resources": [
                "assets\/dom-5e3c90ab.js",
                "assets\/content.tsx-59469556.js"
            ],
            "use_dynamic_url": true
        }
    ]
}