AltoRotatePDF: Rotate Pages in PDF for Free

Rotate one or multiple pages in PDF right from your browser

AltoRotatePDF: Rotate Pages in PDF for Free là gì?

AltoRotatePDF: Rotate Pages in PDF for Free là một tiện ích mở rộng Chrome được phát triển bởi https://www.pdffiller.com, và tính năng chính của nó là "Rotate one or multiple pages in PDF right from your browser".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AltoRotatePDF: Rotate Pages in PDF for Free

Tải xuống các tệp mở rộng AltoRotatePDF: Rotate Pages in PDF for Free dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        The Alto Rotate PDF tool is a Google Chrome extension that allows you to rotate pages in a PDF document in a matter of seconds. From now on, every Chrome user will have the convenient ability to process documents in PDF format without ever closing their browser window absolutely for free.

Add Alto Rotate PDF to Chrome in one click and start processing documents right away. The key app benefits include:
➤Adjusting pages in a PDF document and saving the resulting document to your device for future use in a few simple steps.
➤After processing has finished, users can instantly save the converted document to their device, or edit its content using an advanced browser-based document editor.
➤No authorization is required to access the extension.
➤With the Alto Rotate PDF tool, users are able to process an unlimited number of documents. The only limitation is the document size which should not exceed 25 Mb for one document upload.

To begin using the extension, click the Alto Rotate PDF icon in the top right corner of your Google Chrome window. Click the Choose a File button to upload a document from your device’s storage, or click the Google Drive icon to import a document stored in the cloud. Wait for your document to upload, then click Rotate Now! to reduce its size. Click Upload another document in case you’d like to attach a different document.

As soon as the rotation has finished, you can specify what you want to do next — continue editing your document online (i.e. add or remove text or pages in the document, e-sign it online, etc.,) or simply download the doc to your computer.

With Alto Rotate, you are free to upload and process as many PDFs as you need without any charges applied. The extension is compatible with both Mac, Windows and Linux devices and does not require any account registration. Its other benefits include an intuitive and user-friendly interface for seamless document processing. What’s more, every document you upload via Alto Rotate is processed on secure offsite servers and is deleted immediately after you download it to guarantee the safety of your data.

Try the Alto Rotate PDF extension now and forget about switching between apps or looking for third-party software every time you need to perform such a simple procedure. Increase your productivity and utilize quick task solutions to manage your time effectively.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AltoRotatePDF: Rotate Pages in PDF for Free AltoRotatePDF: Rotate Pages in PDF for Free
ID gejippnnodaalcjmanglkmnabpjmnkok
URL Chính Thức https://chrome.google.com/webstore/detail/altorotatepdf-rotate-page/gejippnnodaalcjmanglkmnabpjmnkok
Mô tả Rotate one or multiple pages in PDF right from your browser
Kích Thước Tệp 1.06 MB
Số Lần Cài Đặt 129
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2021-11-03
Ngày Phát Hành 2020-01-09
Nhà Phát Triển https://www.pdffiller.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://altopdf.com/privacy_policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "name": "AltoRotatePDF: Rotate Pages in PDF for Free",
    "version": "1.0.7",
    "description": "Rotate one or multiple pages in PDF right from your browser",
    "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",
        "*:\/\/altorotatepdf.com\/*"
    ],
    "browser_action": {
        "default_title": "AltoRotatePDF: Rotate Pages in PDF 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-cqpvgm9hkqkkag7qculi72453cbul2f0.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}