gDrivePrint - Google Drive Print Folder

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

Qu'est-ce que gDrivePrint - Google Drive Print Folder ?

gDrivePrint - Google Drive Print Folder est une extension Chrome développée par matedon, et sa fonction principale est "Google Drive's missing feature to print all documents in one folder!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension gDrivePrint - Google Drive Print Folder

Téléchargez les fichiers d'extension gDrivePrint - Google Drive Print Folder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom gDrivePrint - Google Drive Print Folder gDrivePrint - Google Drive Print Folder
ID jimnnpmaanbiglfmjaheajeehclekjoc
URL Officiel https://chromewebstore.google.com/detail/gdriveprint-google-drive/jimnnpmaanbiglfmjaheajeehclekjoc
Description Google Drive's missing feature to print all documents in one folder!
Taille du Fichier 45.31 KB
Nombre d'Installations 104
Version Actuelle 0.993
Dernière Mise à Jour 2021-06-17
Date de Publication 2021-06-16
Évaluation 5.00/5 Total 1 Évaluations
Développeur matedon
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/matedon/chrome_google_drive_print_folder
Langues Prises en Charge 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'"
}