Print Screen Button
You can quickly print any page with a simple click!
What is Print Screen Button?
Print Screen Button is a Chrome extension developed by alidacalliope, and its main feature is "You can quickly print any page with a simple click!".
Extension Screenshots
Download Print Screen Button Extension CRX File
Download Print Screen 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 the "Print Screen Button" add-on, you may immediately and simply print any page on your browser's toolbar. features: a. With a few clicks, you can turn any webpage into a printable PDF (toolbar button). b. There are no settings or choices to change.
Extension Basic Information
Name | |
ID | iejilhjpldhcgiecimenaeagfboaemkg |
Official URL | https://chrome.google.com/webstore/detail/print-screen-button/iejilhjpldhcgiecimenaeagfboaemkg |
Description | You can quickly print any page with a simple click! |
File Size | 55.31 KB |
Installation Count | 39 |
Current Version | 0.1 |
Last Updated | 2022-06-26 |
Publish Date | 2022-06-26 |
Rating | 4.80/5 Total 10 Ratings |
Developer | alidacalliope |
[email protected] | |
Payment Type | free |
Extension Website | https://worldaddons.com/print-screen-button/ |
Help Page URL | https://worldaddons.com/contact/ |
Privacy Policy Page URL | https://worldaddons.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1", "manifest_version": 3, "name": "Print Screen Button", "offline_enabled": true, "short_name": "print-screen-button", "homepage_url": "https:\/\/worldaddons.com\/print-screen-button\/", "description": "You can quickly print any page with a simple click!", "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ], "action": { "default_title": "Print Screen Button", "default_icon": { "16": "source\/icons\/16.png", "32": "source\/icons\/32.png", "48": "source\/icons\/48.png", "64": "source\/icons\/64.png" } }, "icons": { "16": "source\/icons\/16.png", "32": "source\/icons\/32.png", "48": "source\/icons\/48.png", "64": "source\/icons\/64.png", "128": "source\/icons\/128.png" } } |