WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Add Text to PDF

Add Text to PDF

View on Chrome Web Store
View Add Text to PDF Chrome Extension on Chrome Web Store
Add to bookmarks
3.7 (3 ratings)
1 new ratings
19 views
This extension has been viewed 19 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.

Easily add text to PDF, add signature to PDF, create PDF fillable forms, and edit documents online directly in your browser.
Type
Extension
Users
163 users
1
serhongyvtg
View author page of serhongyvtg
Published
Published on May 28, 2025
Version 1.0.1
Manifest version
3
Updated
Updated on May 28, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Add Text to PDF 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",
    "version": "1.0.1",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_shortDesc__",
    "default_locale": "en",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "scripting",
        "contextMenus"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/search*"
            ],
            "js": [
                "js\/cb7dfe1b3dcce62e.min.js"
            ],
            "css": [
                "css\/0e21e33d80d958be.min.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/*\/*.pdf",
                "http:\/\/*\/*.pdf"
            ],
            "js": [
                "js\/88d302dc51a4a7e9.min.js"
            ],
            "css": [
                "css\/0b9551c0edeae5ce.min.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/16x16.png",
                "icons\/48x48.png",
                "app\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/e34c0a75a9251b1b.min.js"
    },
    "commands": {
        "openWebsite": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            },
            "description": "Open Website with PDF URL"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
© 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