PDF Convert – Merge – Resize

Use Ghostscript to manipulate PDF files right in your browser!

PDF Convert – Merge – Resize란 무엇입니까?

PDF Convert – Merge – Resize은(는) celinakeisha.us에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use Ghostscript to manipulate PDF files right in your browser!"입니다.

확장 프로그램 스크린샷

screenshot

PDF Convert – Merge – Resize 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        "PDF Convert – Merge – Resize" is a lightweight browser extension that lets you to quickly edit (convert, resize, combine, etc.) PDF files in your browser

Ghostscript is an open-source software that's used in this project. GhostScript is a program that interprets portable document formats (PDF) and postscript (PS). Please see this page for more information about GhostScript (https://en.wikipedia.org/wiki/Ghostscript). Please visit the following URL to obtain and install GhostScript on your computer: https://www.ghostscript.com/download/gsdnld.html

The nativeMessaging (https://developer.chrome.com/apps/nativeMessaging) add-on talks to the Ghostscript client on your computer using Native Messaging (https://developer.chrome.com/apps/nativeMessaging). Before you can use this add-on, you must first install Ghostscript on your PC. In order to create the connection between Ghostscript and your browser, you'll also need the native client patch.

Please visit this page (https://worldaddons.com/native-client/) and download the required fix for your computer. Install the patch as instructed in the page above in your system. The "PDF Convert – Merge – Resize" plugin on your browser can communicate with the Ghostscript client on your machine (Window, Linux, or Mac) after installation.                    

확장 프로그램 기본 정보

이름 PDF Convert – Merge – Resize PDF Convert – Merge – Resize
ID ijkmkaioadigfehngcicbapobilmedeg
공식 URL https://chromewebstore.google.com/detail/pdf-convert-%E2%80%93-merge-%E2%80%93-res/ijkmkaioadigfehngcicbapobilmedeg
설명 Use Ghostscript to manipulate PDF files right in your browser!
파일 크기 41.3 KB
설치 횟수 141
현재 버전 0.1
최근 업데이트 2022-05-22
출시 날짜 2022-05-22
평점 4.69/5 총 13 개의 평점
개발자 celinakeisha.us
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://worldaddons.com/pdf-convert-merge-resize/
도움말 페이지 URL https://worldaddons.com/contact/
개인정보 보호 정책 페이지 URL https://worldaddons.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "manifest_version": 3,
    "offline_enabled": true,
    "short_name": "pdf-convert-merge-resize",
    "name": "PDF Convert \u2013 Merge \u2013 Resize",
    "homepage_url": "https:\/\/worldaddons.com\/pdf-convert-merge-resize\/",
    "permissions": [
        "storage",
        "downloads",
        "contextMenus",
        "nativeMessaging"
    ],
    "description": "Use Ghostscript to manipulate PDF files right in your browser!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "PDF Convert \u2013 Merge \u2013 Resize",
        "default_icon": {
            "16": "source\/icons\/16.png",
            "32": "source\/icons\/32.png",
            "48": "source\/icons\/48.png",
            "64": "source\/icons\/64.png"
        }
    },
    "icons": {
        "16": "source\/icons\/16.png",
        "32": "source\/icons\/32.png",
        "48": "source\/icons\/48.png",
        "64": "source\/icons\/64.png",
        "128": "source\/icons\/128.png"
    }
}