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是由matedon開發的Chrome擴展程式,該擴展的主要功能是“Google Drive's missing feature to print all documents in one folder!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載gDrivePrint - Google Drive Print Folder擴展crx文件

下載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
官方網址 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'"
}