gDrivePrint - Google Drive Print Folder

Google Drive's missing feature to print all documents in one folder!

gDrivePrint - Google Drive Print Folder क्या है?

gDrivePrint - Google Drive Print Folder matedon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Google Drive's missing feature to print all documents in one folder!"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        gDrivePrint
Google Drive Print Folder

This extension is good for:

Open more documents at once in a Google Drive Folder
Invoke Print dialog on all opened tabs
This extension doesn't use Google API just css selectors.

Sources

Button svg icons are Font Awesome Free icons (c) https://fontawesome.com/
Background scripts are using jQuery v3.3.1 minified https://jquery.com/
Extension based on https://github.com/MahbbRah/chrome_extension_boilerplate
The tab switch method based on the code of Auto Tab Switch by [email protected] https://chrome.google.com/webstore/detail/auto-tab-switch/iagkccjmbfoijhedememehigdjocdkhd                    

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

नाम gDrivePrint - Google Drive Print Folder gDrivePrint - Google Drive Print Folder
ID jimnnpmaanbiglfmjaheajeehclekjoc
आधिकारिक URL https://chromewebstore.google.com/detail/gdriveprint-google-drive/jimnnpmaanbiglfmjaheajeehclekjoc
विवरण Google Drive's missing feature to print all documents in one folder!
फ़ाइल का आकार 45.31 KB
स्थापना संख्या 104
वर्तमान संस्करण 0.993
अंतिम अपडेट 2021-06-17
प्रकाशन तिथि 2021-06-16
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर matedon
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/matedon/chrome_google_drive_print_folder
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.993",
    "name": "gDrivePrint - Google Drive Print Folder",
    "description": "Google Drive's missing feature to print all documents in one folder!",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/s3.amazonaws.com; object-src 'self'"
}