WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
PDF Editor for Chrome:Edit, Fill, Sign, Print

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

View on Chrome Web Store
View PDF Editor for Chrome:Edit, Fill, Sign, Print Chrome Extension on Chrome Web Store
Add to bookmarks
2.3 (803 ratings)
1 new ratings
6 views
This extension has been viewed 6 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Edit, e-sign, print or fax PDFs directly from search engine results and webpages with the pdfFiller extension.
Type
Extension
Users
200,000 users
PDFfiller, Inc.
View author page of PDFfiller, Inc.
Published
Published on July 15, 2014
Version 0.5.5
Manifest version
3
Updated
Updated on December 11, 2024
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View PDF Editor for Chrome:Edit, Fill, Sign, Print Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PDF Editor for Chrome:Edit, Fill, Sign, Print",
    "version": "0.5.5",
    "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"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "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": {
        "extension_pages": "script-src 'self'; 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"
    },
    "options_page": "options\/options.html",
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "webRequest",
        "webNavigation",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "incognito": "split",
    "web_accessible_resources": [
        {
            "resources": [
                "content\/web\/viewer.html",
                "http:\/*",
                "https:\/*",
                "ftp:\/*",
                "file:\/*",
                "chrome-extension:\/*",
                "blob:*",
                "data:*",
                "filesystem:\/*",
                "drive:*",
                "img\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "img\/logo16.png",
            "48": "img\/logo48.png",
            "128": "img\/logo128.png"
        }
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top