Print Button
Easily print any page with just one click!
What is Print Button?
Print Button is a Chrome extension developed by Jorvi, and its main feature is "Easily print any page with just one click!".
Extension Screenshots
Download Print Button Extension CRX File
Download Print Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
With Print Button addon, you can easily print any desired page with just one click from your browser's toolbar. Important features: a. Print any webpage with a click of a button (toolbar button). b. No settings or options to adjust. To report bugs, please fill the bug report form on the add-on's homepage (https://mybrowseraddon.com/print.html)
Extension Basic Information
Name | Print Button |
ID | chknabpgcjhognofjhnlhlmjgidpjkeg |
Official URL | https://chromewebstore.google.com/detail/print-button/chknabpgcjhognofjhnlhlmjgidpjkeg |
Description | Easily print any page with just one click! |
File Size | 7.05 KB |
Installation Count | 13,341 |
Current Version | 0.1.6 |
Last Updated | 2023-12-03 |
Publish Date | 2019-04-07 |
Rating | 4.20/5 Total 5 Ratings |
Developer | Jorvi |
[email protected] | |
Payment Type | free |
Extension Website | https://mybrowseraddon.com/print.html |
Help Page URL | https://mybrowseraddon.com/print.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.6", "manifest_version": 3, "name": "Print Button", "offline_enabled": true, "homepage_url": "https:\/\/mybrowseraddon.com\/print.html", "description": "Easily print any page with just one click!", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ], "action": { "default_title": "Print Button", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |