PDF Drop

All the PDF Tools you Need in One Place.

PDF Drop란 무엇입니까?

PDF Drop은(는) https://pdf-drop.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "All the PDF Tools you Need in One Place."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Manage your PDF files from your browser and boost your online productivity in just one click!

🎉 Available Features : 

- Compress PDF (reduce their size by up to 90%)
- Convert PDF to Word documents (by keeping content formatting)
- Convert Word documents to PDF
- Extract Images from your PDF files

Sell your PDF files (ebooks or any other PDF) on EDP at https://easy-digital-products.com.                    

확장 프로그램 기본 정보

이름 PDF Drop PDF Drop
ID iipcnebeanlkejnmbedeaeicaplfmibf
공식 URL https://chromewebstore.google.com/detail/pdf-drop/iipcnebeanlkejnmbedeaeicaplfmibf
설명 All the PDF Tools you Need in One Place.
파일 크기 11.17 KB
설치 횟수 92
현재 버전 1.0
최근 업데이트 2024-03-02
출시 날짜 2022-02-02
개발자 https://pdf-drop.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://pdf-drop.com
도움말 페이지 URL https://pdf-drop.com/contact
개인정보 보호 정책 페이지 URL https://pdf-drop.com/terms
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PDF Drop",
    "description": "All the PDF Tools you Need in One Place.",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "options_page": "options.html"
}