Right PDF

Convert a web page to PDF

Right PDF란 무엇입니까?

Right PDF은(는) ZEON Corporation에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert a web page to PDF"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Right PDF 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A tool to convert web pages to PDF.

*This Right PDF extension only works if Right PDF Pro/Converter 6 or a higher version is installed on your computer. It functions only in a Windows environment.

◎ Quick conversion: just right-click a link and select to convert link target to PDF, or append to PDF.

◎ Converter features:
- Web pages to PDF
- Append web page to PDF
- Convert web page and send as email attachment
- Convert current webpage and send to supported DMS
- Layout settings provide page size and orientation options                    

확장 프로그램 기본 정보

이름 Right PDF Right PDF
ID hnippoceddhgemkfdlbmfhmadmfknfcm
공식 URL https://chromewebstore.google.com/detail/right-pdf/hnippoceddhgemkfdlbmfhmadmfknfcm
설명 Convert a web page to PDF
파일 크기 29.86 KB
설치 횟수 131
현재 버전 1.0.0.7
최근 업데이트 2022-05-23
출시 날짜 2022-05-22
평점 1.00/5 총 1 개의 평점
개발자 ZEON Corporation
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.rightpdf.com
도움말 페이지 URL https://support.rightpdf.com
지원되는 언어 en,zh-CN,zh-TW,ja,ko
manifest.json
{
    "default_locale": "en",
    "name": "__MSG_web2pdfExtnName__",
    "description": "__MSG_web2pdfExtnDescription__",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "skin\/action_disabled_19x19.png",
        "default_title": "__MSG_web2pdfBrowserActionToolTip__"
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "contextMenus",
        "nativeMessaging",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "skin\/logo_16x16.png",
        "48": "skin\/logo_48x48.png",
        "128": "skin\/logo_128x128.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.7",
    "manifest_version": 3
}