gDrivePrint - Google Drive Print Folder
Google Drive's missing feature to print all documents in one folder!
Cos'è gDrivePrint - Google Drive Print Folder?
gDrivePrint - Google Drive Print Folder è un'estensione di Chrome sviluppata da matedon, e la sua funzione principale è "Google Drive's missing feature to print all documents in one folder!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione gDrivePrint - Google Drive Print Folder
Scarica i file di estensione gDrivePrint - Google Drive Print Folder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | gDrivePrint - Google Drive Print Folder |
ID | jimnnpmaanbiglfmjaheajeehclekjoc |
URL Ufficiale | https://chromewebstore.google.com/detail/gdriveprint-google-drive/jimnnpmaanbiglfmjaheajeehclekjoc |
Descrizione | Google Drive's missing feature to print all documents in one folder! |
Dimensione del File | 45.31 KB |
Conteggio Installazioni | 104 |
Versione Corrente | 0.993 |
Ultimo Aggiornamento | 2021-06-17 |
Data di Pubblicazione | 2021-06-16 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | matedon |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/matedon/chrome_google_drive_print_folder |
Lingue Supportate | 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'" } |