gDrivePrint - Google Drive Print Folder

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

O que é gDrivePrint - Google Drive Print Folder?

gDrivePrint - Google Drive Print Folder é uma extensão do Chrome desenvolvida por matedon, e sua principal característica é "Google Drive's missing feature to print all documents in one folder!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão gDrivePrint - Google Drive Print Folder

Baixe arquivos de extensão gDrivePrint - Google Drive Print Folder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome gDrivePrint - Google Drive Print Folder gDrivePrint - Google Drive Print Folder
ID jimnnpmaanbiglfmjaheajeehclekjoc
URL Oficial https://chromewebstore.google.com/detail/gdriveprint-google-drive/jimnnpmaanbiglfmjaheajeehclekjoc
Descrição Google Drive's missing feature to print all documents in one folder!
Tamanho do Arquivo 45.31 KB
Contagem de Instalações 104
Versão Atual 0.993
Última Atualização 2021-06-17
Data de Publicação 2021-06-16
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor matedon
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/matedon/chrome_google_drive_print_folder
Idiomas Suportados 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'"
}