WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Print button extension

Print button extension

View on Chrome Web Store
View Print button extension Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (19 ratings)
1 new ratings
0 views
This extension has been viewed 0 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.

Button shortcut to the printing window, same as pressing Ctrl + p.
Type
Extension
Users
2,000 users
500
suricata.il.tech
View author page of suricata.il.tech
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 12, 2024
Version 0.8.0
Manifest version
3
Updated
Updated on October 7, 2025
make_chrome_yours/functionality
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Print button extension 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": "__MSG_appName__",
    "version": "0.8.0",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "assets\/icon-16.png",
        "32": "assets\/icon-32.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_start",
            "js": [
                "contentScript.js"
            ],
            "all_frames": false
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/icon-16.png",
            "32": "assets\/icon-32.png",
            "48": "assets\/icon-48.png",
            "128": "assets\/icon-128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "tabs",
        "management"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "<all_urls>"
    ]
}
© 2026 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