Speedpdf

Speedpdf - Convert, Compress and Share PDF

Speedpdf란 무엇입니까?

Speedpdf은(는) https://speedpdf.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Speedpdf - Convert, Compress and Share PDF"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Free online convert, compress, merge, split and share your PDF files

★ Power-up your productivity by adding Speedpdf to Chrome! Gain instant access to a suite of useful tools to work with PDFs online.

★ PDF Tools and PDF Converters: 
- PDF to Word, Excel, PPT
- Word, Excel, PPT to PDF
- Convert images to and from PDF
- Reduce the size of your PDF
- Merge, Split and Extract PDF Pages
- Caj to PDF, Caj to Word
- Protect and Unlock PDF                    

확장 프로그램 기본 정보

이름 Speedpdf Speedpdf
ID edmehlbdajlhcbpadjphafonmgoocogh
공식 URL https://chromewebstore.google.com/detail/speedpdf/edmehlbdajlhcbpadjphafonmgoocogh
설명 Speedpdf - Convert, Compress and Share PDF
파일 크기 104 KB
설치 횟수 10,000
현재 버전 1.1
최근 업데이트 2020-11-03
출시 날짜 2020-03-17
평점 4.20/5 총 10 개의 평점
개발자 https://speedpdf.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://speedpdf.com/?chrome-web
개인정보 보호 정책 페이지 URL https://speedpdf.com/terms/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speedpdf",
    "version": "1.1",
    "description": "Speedpdf - Convert, Compress and Share PDF",
    "author": "Hiten",
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}