AltoSplitPDF: Separate PDF Pages for Free

Split PDF files by pages with the help of AltoSplitPDF extension

AltoSplitPDF: Separate PDF Pages for Free란 무엇입니까?

AltoSplitPDF: Separate PDF Pages for Free은(는) https://www.pdffiller.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Split PDF files by pages with the help of AltoSplitPDF extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

AltoSplitPDF: Separate PDF Pages for Free 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Split your docs in Portable Document Format into separate files.
Here’s the tool that allows Google Chrome users to split a PDF file and extract separate pages from electronic documents. The resource is fast and easy to use and the only requirement is Internet access.
Other than the user-friendly interface, the tool has a number of special characteristics that make it stand out from others on the market:

➤ No matter where your documents are stored (on the device’s hard drive, directly on the desktop of your computer or in Google Drive), you can easily export, drag and drop or download them.
➤ Split a PDF to separate pages in just a few clicks (the number of clicks will depend on the number of pages you’re splitting). Then these docs will be included in an archive as separate files.
➤ If you know the number(s) of the page(s) you want to extract, there is no need to scroll down and look for them. Just enter their page numbers in the corresponding field. Move the cursor to the question mark next to the field to see the correct way to enter page numbers.
➤ It takes a couple of seconds to split a PDF to single pages and you immediately receive a new document(s) that can be downloaded to your device or uploaded to a cloud storage.
➤ You don’t need to enter your email, sign up or register in any way.
➤ The tool is limitless. Split as many documents as you need.
➤ When the splitting process is completed you will be offered additional PDF editing features including, e-signing the document or sharing it with other users without downloading it.

The Alto service is a perfect solution for both casual users and people who split PDF to multiple pages every day as part of their job.
Let’s suppose a teacher/tutor/university professor is getting ready for classes. There are plenty of electronic manuals in PDF format but searching for the exact pages every time is very inconvenient and time-consuming. They would definitely need a software solution with unlimited access and smooth handling. 
There are a lot of tools on the Internet with similar features. However, most of them are either costly or require you to register. Alto Split PDF can be added to Google Chrome almost instantly. Save your time, money and increase efficiency. Use Alto extensions!                    

확장 프로그램 기본 정보

이름 AltoSplitPDF: Separate PDF Pages for Free AltoSplitPDF: Separate PDF Pages for Free
ID ahlkmcaeblcklfcijecofjndfjhbkhlh
공식 URL https://chrome.google.com/webstore/detail/altosplitpdf-separate-pdf/ahlkmcaeblcklfcijecofjndfjhbkhlh
설명 Split PDF files by pages with the help of AltoSplitPDF extension
파일 크기 1.09 MB
설치 횟수 60
현재 버전 1.0.12
최근 업데이트 2021-10-28
출시 날짜 2020-04-09
개발자 https://www.pdffiller.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://altosplitpdf.com/
도움말 페이지 URL https://altosplitpdf.com/contact-us
개인정보 보호 정책 페이지 URL https://altopdf.com/privacy_policy
지원되는 언어 en
manifest.json
{
    "name": "AltoSplitPDF: Separate PDF Pages for Free",
    "version": "1.0.12",
    "description": "Split PDF files by pages with the help of AltoSplitPDF 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",
        "*:\/\/altosplitpdf.com\/*"
    ],
    "browser_action": {
        "default_title": "AltoSplitPDF: Separate PDF Pages for Free",
        "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-puoq9okl0ra5lmdrndgm5qchood6eaqo.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}