PDFCandy

free online PDF editor

PDFCandy란 무엇입니까?

PDFCandy은(는) https://pdfcandy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "free online PDF editor"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        PDF Candy at pdfcandy.com is an versatile online PDF solution. Compress, merge, split, convert, rearrange pages and much more. 

Increase your productivity by adding PDF Candy extension to your Chrome browser! Get instant access to all 44 online PDF tools. 

You may use the search function to find faster the tool you need.                    

확장 프로그램 기본 정보

이름 PDFCandy PDFCandy
ID omlipfboclalclnoekphiecadjlklphh
공식 URL https://chrome.google.com/webstore/detail/pdfcandy/omlipfboclalclnoekphiecadjlklphh
설명 free online PDF editor
파일 크기 64.7 KB
설치 횟수 276,498
현재 버전 1.0.2
최근 업데이트 2020-11-12
출시 날짜 2020-11-12
평점 4.00/5 총 19 개의 평점
개발자 https://pdfcandy.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://pdfcandy.com/contact-us.html
개인정보 보호 정책 페이지 URL https://icecreamapps.com/privacypolicy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PDFCandy",
    "version": "1.0.2",
    "description": "free online PDF editor",
    "permissions": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/pdfcandy16.png",
            "32": "images\/pdfcandy32.png",
            "48": "images\/pdfcandy48.png",
            "128": "images\/pdfcandy128.png"
        }
    },
    "icons": {
        "16": "images\/pdfcandy16.png",
        "32": "images\/pdfcandy32.png",
        "48": "images\/pdfcandy48.png",
        "128": "images\/pdfcandy128.png"
    },
    "manifest_version": 2
}