View PDF

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

¿Qué es View PDF?

View PDF es una extensión de Chrome desarrollada por View PDF, y su función principal es "Amplify your Chrome Experience with View PDF. View PDF replaces your New Tab with 14 PDF tools, Yahoo Web Search & Background…".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión View PDF

Descarga archivos de extensión View PDF en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre View PDF View PDF
ID ogaeilpalgeidbfpdolgdbabofgfnckn
URL Oficial https://chrome.google.com/webstore/detail/view-pdf/ogaeilpalgeidbfpdolgdbabofgfnckn
Descripción Amplify your Chrome Experience with View PDF. View PDF replaces your New Tab with 14 PDF tools, Yahoo Web Search & Background…
Tamaño del Archivo 412 KB
Cantidad de Instalaciones 818
Versión Actual 2.0.0.1
Última Actualización 2023-06-26
Fecha de Publicación 2023-06-26
Desarrollador View PDF
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://viewpdf.org/app/privacy.html
Idiomas Soportados 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:;"
    }
}