PDF Editor for Chrome:Edit, Fill, Sign, Print

Edit, e-sign, print or fax PDFs directly from search engine results and webpages with the pdfFiller extension.

PDF Editor for Chrome:Edit, Fill, Sign, Print란 무엇입니까?

PDF Editor for Chrome:Edit, Fill, Sign, Print은(는) https://pdffiller.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Edit, e-sign, print or fax PDFs directly from search engine results and webpages with the pdfFiller extension."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

PDF Editor for Chrome:Edit, Fill, Sign, Print 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Create, edit, and manage PDFs for free with a 30-day trial at pdffiller.com or add the pdfFiller extension to Chrome!

Find the PDF form or document you need in Google Chrome and instantly edit, annotate, sign, and share it online with the pdfFiller extension, the feature-rich Chrome PDF editor.

Forget about downloading and uploading documents or having to install expensive software. pdfFiller Chrome extension allows you to edit PDFs in Chrome, create fillable PDF forms & share them with others online, on any desktop or mobile device. Transform your static PDF into an interactive experience for both sender and receiver. Save time, money & increase your team’s efficiency with pdfFiller’s comprehensive document management solution.

Get the PDF editor for Chrome: start your 30-day free trial now! ✳

Let’s see what you can do with the pdfFiller online PDF editor and creator.
Type on a PDF online using the pdfFiller editor
1. Once you’ve installed the pdfFiller Chrome extension, you can edit a PDF in your browser. You’ll see an orange Fill button near the PDF document or form.

2. Click Fill to open the PDF in your pdfFiller account.
Note: you have to create an account if you don’t have one. But don’t worry, it only takes a couple of minutes.

3. That’s it, your PDF is now editable and fillable. Use pdfFiller’s powerful editing tools to add text anywhere on a PDF document. Click Text in the top panel and start typing.

4. Choose other editing tools to modify new or existing text: highlight words and sentences, black out sensitive details, or erase text.

5. Save your fillable PDF from Chrome to your account, cloud or device storage.
Write on a PDF on your Mac or Windows computer
pdfFiller provides users with a powerful online writing tool. Just follow the steps above to instantly open your PDF document or form in Chrome using the pdfFiller editor. 

Click Draw in the top panel and start writing text where you need, or draw images, graphics, etc.
How to save a fillable PDF on Chrome
Once you are done editing your PDF, click DONE to save the document to your account. 
Alternatively, click the dropdown near the DONE button to convert your PDF, share with teammates or clients, send for signing, print, notarize, or send by fax, email, and text message.
Sign a PDF using the pdfFiller web or mobile app
With pdfFiller, you can sign your PDF document digitally in your office or while on the go.

To edit a PDF online in Chrome and insert your legally-binding signature, click Fill to open a PDF in the pdfFiller editor.  
Choose Sign on the top panel and open the Signature Wizard.

You can type, draw, capture your legally-binding signature or upload its image. Once your signature is ready, click anywhere in the document to add it.

Convert a PDF online
With the pdfFiller Chrome extension, you can convert any PDF file to Word, Excel, PowerPoint, or a JPEG image.

1. Open your PDF in Chrome using the pdfFiller editor. The pdfFiller editor automatically makes any PDF editable. 

2. Edit, sign, annotate or add fillable fields to your PDF.

3. Once your document is ready, click the dropdown near the DONE button and choose Save As.

4. Choose the new format for your PDF.

5. Choose where you’d like to download your new document.  

6. Click Save As again. 


✳You must register a pdfFiller account to start a free pdfFiller trial and save your edited PDF document. A paid subscription plan is required to use pdfFiller’s advanced features. 

For support, visit https://www.pdffiller.com/en/support.htm
Subscribe to our blog https://blog.pdffiller.com/
Follow us on Twitter: @pdf_filler
Like us on Facebook: facebook.com/pdffiller                    

확장 프로그램 기본 정보

이름 PDF Editor for Chrome:Edit, Fill, Sign, Print PDF Editor for Chrome:Edit, Fill, Sign, Print
ID gphandlahdpffmccakmbngmbjnjiiahp
공식 URL https://chromewebstore.google.com/detail/pdf-editor-for-chromeedit/gphandlahdpffmccakmbngmbjnjiiahp
설명 Edit, e-sign, print or fax PDFs directly from search engine results and webpages with the pdfFiller extension.
파일 크기 1.91 MB
설치 횟수 257,803
현재 버전 0.5.2
최근 업데이트 2022-05-06
출시 날짜 2020-03-30
평점 2.32/5 총 785 개의 평점
개발자 https://pdffiller.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.pdffiller.com/?utm_source=google&utm_medium=appstore&utm_campaign=chrome-extension
도움말 페이지 URL https://www.pdffiller.com/en/support.htm
개인정보 보호 정책 페이지 URL https://www.pdffiller.com/en/privacy_policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PDF Editor for Chrome:Edit, Fill, Sign, Print",
    "version": "0.5.2",
    "author": "pdfFiller ([email protected])",
    "description": "Edit, e-sign, print or fax PDFs directly from search engine results and webpages with the pdfFiller extension.",
    "icons": {
        "16": "img\/logo16.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/logo16.png",
            "48": "img\/logo48.png",
            "128": "img\/logo128.png"
        }
    },
    "background": {
        "page": "pdfHandler.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "css": [
                "contentstyle.css",
                "css\/style.css"
            ],
            "js": [
                "contentscript.js",
                "libs\/jquery.min.js",
                "libs\/base64.js",
                "libs\/moment.js",
                "js\/config.js",
                "js\/browser.js",
                "js\/inject.js",
                "js\/background.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "file_browser_handlers": [
        {
            "id": "open-as-pdf",
            "default_title": "Open with PDF Viewer",
            "file_filters": [
                "filesystem:*.pdf"
            ]
        }
    ],
    "storage": {
        "managed_schema": "preferences_schema.json"
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "options_page": "options\/options.html",
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "storage"
    ],
    "incognito": "split",
    "web_accessible_resources": [
        "content\/web\/viewer.html",
        "http:\/*",
        "https:\/*",
        "ftp:\/*",
        "file:\/*",
        "chrome-extension:\/*",
        "blob:*",
        "data:*",
        "filesystem:\/*",
        "drive:*",
        "img\/*"
    ]
}