Adobe Acrobat: PDF edit, convert, sign tools

Do more in Google Chrome with Adobe Acrobat PDF tools. View, fill, comment, sign, and try convert and compress tools.

Co to jest Adobe Acrobat: PDF edit, convert, sign tools?

Adobe Acrobat: PDF edit, convert, sign tools to rozszerzenie Chrome opracowane przez https://www.adobe.com, a jego główną funkcją jest „Do more in Google Chrome with Adobe Acrobat PDF tools. View, fill, comment, sign, and try convert and compress tools.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Adobe Acrobat: PDF edit, convert, sign tools

Pobierz pliki rozszerzeń Adobe Acrobat: PDF edit, convert, sign tools w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Adobe Acrobat is the industry-leading PDF solution, used by millions of people. Use Acrobat PDF tools right in Google Chrome to get the best PDF viewing experience and get more done while browsing. You can add comments to PDFs, including sticky notes, text, and highlights—all for free.

If you need more advanced Acrobat features, you can try tools to export to and from PDF, create a PDF, merge PDF documents, organize a PDF, reduce PDF size, and more. Working with PDFs online has never been so easy.

HOW TO USE THE ACROBAT CHROME EXTENSION
1. Install the Acrobat extension for Chrome.
2. Pin the extension for quick access.
3. Open any PDF in your browser.
4. Select an Acrobat tool.

VIEW, DOWNLOAD, PRINT, and STORE PDFs
• Get the best PDF viewing experience with the Acrobat PDF reader.
• Download or print with a quick click.
• Sign in to store your files online for fast access to PDF files from anywhere.

EDIT PDFs WITH COMMENTS FOR FREE
• Add PDF notes, text, and comments, including sticky notes and highlights.
• Write on PDF documents by adding text or drawings using PDF editor features.

FILL AND SIGN FORMS FOR FREE
• Open a PDF in Adobe Acrobat Reader to fill and sign forms on your desktop. 
• Easily complete PDF forms with the Acrobat form filler feature.
• E-sign documents with your signature or initials.

TRY TOOLS TO BE MORE PRODUCTIVE IN CHROME
Try premium tools for even more PDF power. 
• Use our PDF converter tool to convert PDFs to and from Microsoft Word, Excel, and PowerPoint, as well as JPG and other file formats.
• Create a PDF from a document or image, including converting JPG to PDF.
• Combine files into a single PDF file or split a PDF.
• Organize your PDF. Delete, rotate, or reorder PDF pages.
• Compress a PDF to reduce its file size.
• Send documents to others to e-sign online fast.
• Protect a PDF document by adding a password. 
You can also sign up for a free trial at https://www.adobe.com/tryacrobat.

WHAT’s NEW:
• Edit your PDFs in Acrobat Chrome Viewer
• Fill and Sign forms for free
• Support for opening local PDF files in extension

Terms & Conditions: Your use of this application is governed by the Adobe General Terms of Use (http://www.adobe.com/go/terms_en) and the Adobe Privacy Policy (http://www.adobe.com/go/privacy_policy_en) and any successor versions thereto.                    

Podstawowe informacje o rozszerzeniu

Nazwa Adobe Acrobat: PDF edit, convert, sign tools Adobe Acrobat: PDF edit, convert, sign tools
ID efaidnbmnnnibpcajpcglclefindmkaj
Oficjalny URL https://chromewebstore.google.com/detail/adobe-acrobat-pdf-edit-co/efaidnbmnnnibpcajpcglclefindmkaj
Opis Do more in Google Chrome with Adobe Acrobat PDF tools. View, fill, comment, sign, and try convert and compress tools.
Rozmiar pliku 1.3 MB
Liczba instalacji 205,000,000
Aktualna Wersja 24.2.1.0
Ostatnia Aktualizacja 2024-02-22
Data Publikacji 2020-06-23
Ocena 4.35/5 Łącznie 44482 Oceny
Deweloper https://www.adobe.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://acrobat.adobe.com/us/en/how-to/convert-html-to-pdf.html
Adres URL Strony Pomocy http://forums.adobe.com/community/acrobat?view=overview
Adres URL Strony Polityki Prywatności https://www.adobe.com/privacy/policy.html
Obsługiwane Języki de,en,en-GB,fr,nl,no,tr,ca,da,es,hr,it,hu,pl,pt-BR,ro,sk,sl,fi,sv,cs,ru,uk,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_web2pdfExtnName__",
    "storage": {
        "managed_schema": "schema.json"
    },
    "description": "__MSG_web2pdfExtnDescriptionChrome__",
    "version": "24.2.1.0",
    "options_page": "browser\/js\/options.html",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "tabs",
        "downloads",
        "nativeMessaging",
        "webRequest",
        "webNavigation",
        "storage",
        "scripting",
        "alarms",
        "declarativeNetRequest"
    ],
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "incognito": "not_allowed",
    "externally_connectable": {
        "ids": [
            "bngnhmnppadfcmpggglniifohlkmddfc"
        ],
        "matches": [
            "https:\/\/*.adobe.com\/*",
            "https:\/\/*.acrobat.com\/*",
            "https:\/\/adobe.com\/*",
            "https:\/\/www.adobe.com\/*"
        ]
    },
    "icons": {
        "16": "browser\/images\/acrobat_dc_appicon_16.png",
        "48": "browser\/images\/acrobat_dc_appicon_48.png",
        "128": "browser\/images\/acrobat_dc_appicon_128.png"
    },
    "action": {
        "default_title": "__MSG_extensionMenuTitle__",
        "default_icon": "browser\/images\/acrobat_dc_appicon_24.png"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "libs\/jquery-3.1.1.min.js",
                "browser\/js\/ch-settings.js",
                "content_scripts\/content-script-utils.js",
                "content_scripts\/ch-content-script.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_scripts\/ch-content-script-dend.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/drive.google.com\/*",
                "https:\/\/workspace.google.com\/*"
            ],
            "all_frames": true,
            "css": [
                "browser\/css\/gdrive-content-script.css"
            ],
            "js": [
                "content_scripts\/gdrive-content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "minimum_chrome_version": "107.0",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "viewer.html",
                "signInHandler.html",
                "browser\/js\/frame.html",
                "browser\/js\/frameUI.html",
                "browser\/js\/local-fte.html",
                "browser\/js\/lsCopy.html",
                "signInAdobeYolo.html",
                "browser\/images\/acrobat_dc_appicon_128.png",
                "browser\/css\/fonts\/AdobeClean-Regular.otf"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; child-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline'; frame-src https:\/\/use.typekit.net https:\/\/assets.adobedtm.com https:\/\/*.adobecontent.io https:\/\/*.adobelogin.com https:\/\/local-test.acrobat.com:* https:\/\/local-test.acrobat.adobe.com:* https:\/\/*.acrobat.com https:\/\/*.adobe.com"
    },
    "host_permissions": [
        ""
    ],
    "optional_permissions": [
        "history",
        "bookmarks"
    ]
}