AltoExtractPDF: Free PDF Extraction Tool

Extract pages from a PDF document with our free extension

O que é AltoExtractPDF: Free PDF Extraction Tool?

AltoExtractPDF: Free PDF Extraction Tool é uma extensão do Chrome desenvolvida por https://www.pdffiller.com, e sua principal característica é "Extract pages from a PDF document with our free extension".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão AltoExtractPDF: Free PDF Extraction Tool

Baixe arquivos de extensão AltoExtractPDF: Free PDF Extraction Tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome 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
Descrição Extract pages from a PDF document with our free extension
Tamanho do Arquivo 1.07 MB
Contagem de Instalações 1,000
Versão Atual 1.0.7
Última Atualização 2021-04-08
Data de Publicação 2019-12-26
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://www.pdffiller.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://altopdf.com/privacy_policy
Idiomas Suportados 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"
}