AltoExtractPDF: Free PDF Extraction Tool

Extract pages from a PDF document with our free extension

¿Qué es AltoExtractPDF: Free PDF Extraction Tool?

AltoExtractPDF: Free PDF Extraction Tool es una extensión de Chrome desarrollada por https://www.pdffiller.com, y su función principal es "Extract pages from a PDF document with our free extension".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión AltoExtractPDF: Free PDF Extraction Tool

Descarga archivos de extensión AltoExtractPDF: Free PDF Extraction Tool 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 Alto Extract Pages from PDF by PDFfiller is a powerful extension for Chrome. This tool automatically fetches any needed set of pages from your PDF document and works right in your browser. 

Alto Extract Pages saves your time while you extract PDF pages and is absolutely free.

The user-friendly interface and intuitive design of the extension makes it easy to stay productive and perform complex tasks with a one-two punch. Alto Extract Pages perfectly integrates with Chrome and simplifies the process of splitting a document into separate pages.

Add this extension to your browser and avoid searching for time-consuming services while saving time on registration and logins. Alto Extract PDF Pages is a simple tool that perfectly replaces cumbersome software that would normally require downloading and installation. 

Safety is guaranteed as all documents uploaded are deleted from the server as soon your job has been completed. 

➤ To begin, click the Alto Extract icon in the top right corner of your Google Chrome window.
➤ Click the Choose a File button to upload a document from your device, or click the Google Drive icon to import a document stored in the cloud. Note that the doc size should not exceed 25 Mb.
➤ Extract one page from a PDF or click All to separate all the pages of your document. Set a page range, choose a single page, or select random pages to be extracted. Then, download a neat and professional looking PDF in seconds.
➤ Click Work on your PDF if you want to continue editing, for example, to convert the document to another format, merge several documents or even e-sign them online. Or click Download to save the document to your computer.

It only takes a few minutes to upload and extract PDF pages online. And you won’t have any problem with deployment, whether you’re using iOS, Linux or Windows. The Alto Extract Pages extension is compatible with all major operating systems. Use it on any internet-connected device. 

In addition, you get better flexibility by working on-the-go. Manage your documents with your smartphone or tablet without worry of running out of space as Alto extensions process files in the cloud to avoid taking up any memory or resources on your device. 

Just like you extract pages from a PDF in Adobe Reader or PDFfiller, use Alto Extract Pages to get the pages you need. This tool is a powerful alternative to paid programs. Avoid extra hassle and get a clean result without sacrificing quality. Try it now and extract as many PDF documents as you need absolutely for free.                    

Información Básica de la Extensión

Nombre AltoExtractPDF: Free PDF Extraction Tool AltoExtractPDF: Free PDF Extraction Tool
ID jdphmjhcnanflalooikhogcbdjgkecff
URL Oficial https://chrome.google.com/webstore/detail/altoextractpdf-free-pdf-e/jdphmjhcnanflalooikhogcbdjgkecff
Descripción Extract pages from a PDF document with our free extension
Tamaño del Archivo 1.07 MB
Cantidad de Instalaciones 1,000
Versión Actual 1.0.7
Última Actualización 2021-04-08
Fecha de Publicación 2019-12-26
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://www.pdffiller.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://altopdf.com/privacy_policy
Idiomas Soportados en
manifest.json
{
    "name": "AltoExtractPDF: Free PDF Extraction Tool",
    "version": "1.0.7",
    "description": "Extract pages from a PDF document with our free extension",
    "author": "PDFfiller",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "*:\/\/*.amazonaws.com\/*",
        "*:\/\/*.pdffillers.com\/*",
        "*:\/\/*.pdffiller.com\/*",
        "https:\/\/www.googleapis.com\/",
        "background",
        "identity",
        "storage",
        "*:\/\/altoextractpdf.com\/*"
    ],
    "browser_action": {
        "default_title": "AltoExtractPDF: Free PDF Extraction Tool",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/content.googleapis.com https:\/\/ajax.googleapis.com https:\/\/www.googleapis.com https:\/\/apis.google.com; object-src 'self'",
    "oauth2": {
        "client_id": "1060620009036-6jt17q62tghoeopneh82e6b2jk4v7hh7.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}