Save as PDF

Lets you download web pages as PDF in one click.

Save as PDF란 무엇입니까?

Save as PDF은(는) https://pdfcrowd.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lets you download web pages as PDF in one click."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This add-on lets you easily save web pages to PDF. It adds an icon to the browser toolbar that you can click to save the current page as PDF. It uses the Pdfcrowd HTML to PDF online service.

You can learn how it works at https://pdfcrowd.com/save-as-pdf-addon/

*Please note*, that for security reasons it is not possible to create PDF from pages that use a server-based session to identify a user, e.g. your webmail inbox, online banking, shopping cart content, payment checkout, and the likes.

If you need support or have a suggestion, please visit https://pdfcrowd.com/contact/.                    

확장 프로그램 기본 정보

이름 Save as PDF Save as PDF
ID kpdjmbiefanbdgnkcikhllpmjnnllbbc
공식 URL https://chromewebstore.google.com/detail/save-as-pdf/kpdjmbiefanbdgnkcikhllpmjnnllbbc
설명 Lets you download web pages as PDF in one click.
파일 크기 29.63 KB
설치 횟수 288,643
현재 버전 2
최근 업데이트 2022-10-04
출시 날짜 2017-11-10
평점 3.20/5 총 1962 개의 평점
개발자 https://pdfcrowd.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://pdfcrowd.com/save-as-pdf-addon/
도움말 페이지 URL https://pdfcrowd.com/contact/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save as PDF",
    "version": "2",
    "manifest_version": 2,
    "description": "Lets you download web pages as PDF in one click.",
    "permissions": [
        "https:\/\/pdfcrowd.com\/",
        "tabs",
        "storage",
        "downloads"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png",
            "128": "icons\/icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Save as PDF by Pdfcrowd.com"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "minimum_chrome_version": "100"
}