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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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
}