Gaaiho PDF

Convert a web page to PDF

什麼是Gaaiho PDF?

Gaaiho PDF是由ZEON Corporation開發的Chrome擴展程式,該擴展的主要功能是“Convert a web page to PDF”。

擴展截圖

screenshot

下載Gaaiho PDF擴展crx文件

下載Gaaiho PDF擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Gaaiho PDF Gaaiho PDF
ID mkgcpfcgacncdlfgpejodcdnoliaihkd
官方網址 https://chrome.google.com/webstore/detail/gaaiho-pdf/mkgcpfcgacncdlfgpejodcdnoliaihkd
簡介 Convert a web page to PDF
檔案大小 25.17 KB
安裝次數 1,000
目前版本 1.0.0.3
更新時間 2017-05-07
上架時間 2017-05-07
評分 1.58/5 共 19 次評分
開發者 ZEON Corporation
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.gaaiho.com
說明頁面URL https://support.gaaiho.com
支援的語言 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
}