View PDF

Amplify your Chrome Experience with View PDF. View PDF replaces your New Tab with 14 PDF tools, Yahoo Web Search & Background…

View PDF란 무엇입니까?

View PDF은(는) View PDF에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Amplify your Chrome Experience with View PDF. View PDF replaces your New Tab with 14 PDF tools, Yahoo Web Search & Background…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Amplify your Chrome Experience with View PDF. View PDF replaces your New Tab with
14 PDF tools, Yahoo Web Search & Background Image.

Simply click the PDF Icon at the Top Right to Get Started! Select Any Tool to Begin.
With View PDF you can:

-PDF to OCR
-Decrypt PDF
-Encrypt PDF
-Compress PDF
-Repair PDF
-Convert Word to PDF
-Convert Excel to PDF
-Convert PNG to PDF
-Convert JPG to PDF
-Convert Powerpoint to PDF
-PDF to Excel
-PDF to PNG
-PDF to JPG
-PDF to Text


You can view our Privacy Policy at https://viewpdf.org/app/privacy.html
& our Uninstall Instructions at https://viewpdf.org/app/uninstall.html                    

확장 프로그램 기본 정보

이름 View PDF View PDF
ID ogaeilpalgeidbfpdolgdbabofgfnckn
공식 URL https://chrome.google.com/webstore/detail/view-pdf/ogaeilpalgeidbfpdolgdbabofgfnckn
설명 Amplify your Chrome Experience with View PDF. View PDF replaces your New Tab with 14 PDF tools, Yahoo Web Search & Background…
파일 크기 412 KB
설치 횟수 818
현재 버전 2.0.0.1
최근 업데이트 2023-06-26
출시 날짜 2023-06-26
개발자 View PDF
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://viewpdf.org/app/privacy.html
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.0.1",
    "manifest_version": 3,
    "short_name": "View PDF",
    "name": "View PDF",
    "background": {
        "service_worker": "install_service.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "*.json",
                "favicon.ico"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self' 'unsafe-inline'; connect-src 'self' https:\/\/v2.convertapi.com https:\/\/www.viewpdf.org https:\/\/viewpdf.org https:\/\/www.convertapi.com; script-src 'self'; object-src 'self'; img-src 'self' https:\/\/viewpdf.org * data:;"
    }
}