gDrivePrint - Google Drive Print Folder
Google Drive's missing feature to print all documents in one folder!
Was ist gDrivePrint - Google Drive Print Folder?
gDrivePrint - Google Drive Print Folder ist eine Chrome-Erweiterung, die von matedon entwickelt wurde, und ihr Hauptmerkmal ist "Google Drive's missing feature to print all documents in one folder!".
Erweiterungsscreenshots
gDrivePrint - Google Drive Print Folder-Erweiterungs-CRX-Datei herunterladen
Laden Sie gDrivePrint - Google Drive Print Folder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | gDrivePrint - Google Drive Print Folder |
ID | jimnnpmaanbiglfmjaheajeehclekjoc |
Offizielle URL | https://chromewebstore.google.com/detail/gdriveprint-google-drive/jimnnpmaanbiglfmjaheajeehclekjoc |
Beschreibung | Google Drive's missing feature to print all documents in one folder! |
Dateigröße | 45.31 KB |
Installationsanzahl | 104 |
Aktuelle Version | 0.993 |
Letztes Update | 2021-06-17 |
Veröffentlichungsdatum | 2021-06-16 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | matedon |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/matedon/chrome_google_drive_print_folder |
Unterstützte Sprachen | 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'" } |