SimplePDF - Edit and Fill PDF

Edit, merge and rotate PDF files without leaving your current tab using SimplePDF - the online editor that respects your privacy

¿Qué es SimplePDF - Edit and Fill PDF?

SimplePDF - Edit and Fill PDF es una extensión de Chrome desarrollada por https://simplepdf.eu, y su función principal es "Edit, merge and rotate PDF files without leaving your current tab using SimplePDF - the online editor that respects your privacy".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión SimplePDF - Edit and Fill PDF

Descarga archivos de extensión SimplePDF - Edit and Fill 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

                        The SimplePDF extension allows you to easily open any PDF using the Simple PDF editor without leaving the page you are currently viewing.

SimplePDF respects your privacy: the document you load and the data you fill in are never sent to a server. Read more about it in our privacy policy: https://simplepdf.eu/privacy-policy                    

Información Básica de la Extensión

Nombre SimplePDF - Edit and Fill PDF SimplePDF - Edit and Fill PDF
ID fgikademdabjcmnlgmgbifipooibbepi
URL Oficial https://chromewebstore.google.com/detail/simplepdf-edit-and-fill-p/fgikademdabjcmnlgmgbifipooibbepi
Descripción Edit, merge and rotate PDF files without leaving your current tab using SimplePDF - the online editor that respects your privacy
Tamaño del Archivo 24.83 KB
Cantidad de Instalaciones 3,640
Versión Actual 1.2.0
Última Actualización 2023-11-27
Fecha de Publicación 2022-09-26
Calificación 4.54/5 Total de 13 Calificaciones
Desarrollador https://simplepdf.eu
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://simplepdf.eu
URL de la Página de Ayuda https://www.simplepdf.eu/terms_of_service
URL de la Página de Política de Privacidad https://simplepdf.eu/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SimplePDF - Edit and Fill PDF",
    "description": "Edit, merge and rotate PDF files without leaving your current tab using SimplePDF - the online editor that respects your privacy",
    "version": "1.2.0",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo_16.png",
            "32": "\/images\/logo_32.png",
            "48": "\/images\/logo_48.png",
            "128": "\/images\/logo_128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo_16.png",
        "32": "\/images\/logo_32.png",
        "48": "\/images\/logo_48.png",
        "128": "\/images\/logo_128.png"
    }
}