Gaaiho PDF
Convert a web page to PDF
Gaaiho PDF là gì?
Gaaiho PDF là một tiện ích mở rộng Chrome được phát triển bởi ZEON Corporation, và tính năng chính của nó là "Convert a web page to PDF".
Ả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 Gaaiho PDF
Tải xuống các tệp mở rộng Gaaiho PDF 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
Designed for Google Chrome, Gaaiho PDF is a plug-in from Gaaiho PDF Driver 4 which enables you to convert webpages to PDF right inside the browser. Further, you may also right-click a link and select to convert link target to PDF. This way, you can convert the webpage to PDF without having to personally open it. Main features: Convert current webpage to PDF Convert current webpage and add to existing PDF Convert current webpage and send as email attachment Convert current webpage and send to supported DMS Right-click a link and select to convert link target to PDF Right-click a link and select to convert link target to existing PDF Rich layout settings provide page size and orientation options
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mkgcpfcgacncdlfgpejodcdnoliaihkd |
URL Chính Thức | https://chrome.google.com/webstore/detail/gaaiho-pdf/mkgcpfcgacncdlfgpejodcdnoliaihkd |
Mô tả | Convert a web page to PDF |
Kích Thước Tệp | 25.17 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 1.0.0.3 |
Cập Nhật Lần Cuối | 2017-05-07 |
Ngày Phát Hành | 2017-05-07 |
Đánh Giá | 1.58/5 Tổng số 19 Đánh Giá |
Nhà Phát Triển | ZEON Corporation |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.gaaiho.com |
URL Trang Trợ Giúp | https://support.gaaiho.com |
Ngôn Ngữ Được Hỗ Trợ | en,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "default_locale": "en", "name": "__MSG_web2pdfExtnName__", "description": "__MSG_web2pdfExtnDescription__", "background": { "page": "background.html" }, "browser_action": { "default_icon": "skin\/action_disabled_19x19.png", "default_title": "__MSG_web2pdfBrowserActionDisabledToolTip__" }, "content_scripts": [ { "js": [ "web2pdfgetdom.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "run_at": "document_start" } ], "permissions": [ "contextMenus", "webNavigation", "nativeMessaging", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "icons": { "16": "skin\/logo_16x16.png", "48": "skin\/logo_48x48.png", "128": "skin\/logo_128x128.png" }, "version": "1.0.0.3", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2 } |