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文件

下载View PDF扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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:;"
    }
}