gDrivePrint - Google Drive Print Folder
Google Drive's missing feature to print all documents in one folder!
gDrivePrint - Google Drive Print Folder là gì?
gDrivePrint - Google Drive Print Folder là một tiện ích mở rộng Chrome được phát triển bởi matedon, và tính năng chính của nó là "Google Drive's missing feature to print all documents in one folder!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng gDrivePrint - Google Drive Print Folder
Tải xuống các tệp mở rộng gDrivePrint - Google Drive Print Folder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | gDrivePrint - Google Drive Print Folder |
ID | jimnnpmaanbiglfmjaheajeehclekjoc |
URL Chính Thức | https://chromewebstore.google.com/detail/gdriveprint-google-drive/jimnnpmaanbiglfmjaheajeehclekjoc |
Mô tả | Google Drive's missing feature to print all documents in one folder! |
Kích Thước Tệp | 45.31 KB |
Số Lần Cài Đặt | 104 |
Phiên Bản Hiện Tại | 0.993 |
Cập Nhật Lần Cuối | 2021-06-17 |
Ngày Phát Hành | 2021-06-16 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | matedon |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/matedon/chrome_google_drive_print_folder |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |