PDF Mage

Click to save page as PDF

PDF Mage란 무엇입니까?

PDF Mage은(는) https://pdfmage.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click to save page as PDF"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        PDF Mage lets you save the page you are currently viewing as a high quality PDF file.

Features: 
- Saves a page with a single click of a button
- Works with any page you are currently viewing, even if it requires a login
- No watermarks applied
- Automatically downloads the saved PDF file
- Capable of saving parts of a web page as PDF

Note: this extension requires an Internet connection to operate. It uses an external API to convert a web page into a PDF file and lets you download the file once the conversion is completed.                    

확장 프로그램 기본 정보

이름 PDF Mage PDF Mage
ID gknphemhpcknkhegndlihchfonpdcben
공식 URL https://chromewebstore.google.com/detail/pdf-mage/gknphemhpcknkhegndlihchfonpdcben
설명 Click to save page as PDF
파일 크기 120 KB
설치 횟수 78,388
현재 버전 2.1.12
최근 업데이트 2022-08-15
출시 날짜 2020-07-03
평점 4.12/5 총 245 개의 평점
개발자 https://pdfmage.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://pdfmage.org/
개인정보 보호 정책 페이지 URL https://pdfmage.org/home/privacypolicy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PDF Mage",
    "version": "2.1.12",
    "manifest_version": 2,
    "description": "Click to save page as PDF",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "images\/icon_16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "downloads",
        "storage",
        "contextMenus",
        ""
    ]
}