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 - это расширение Chrome, разработанное matedon, и его основная функция - "Google Drive's missing feature to print all documents in one folder!".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения gDrivePrint - Google Drive Print Folder

Скачайте файлы расширений gDrivePrint - Google Drive Print Folder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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'"
}