Print Plus
Adds a print button to the browser.
What is Print Plus?
Print Plus is a Chrome extension developed by ellienora00, and its main feature is "Adds a print button to the browser.".
Extension Screenshots
Download Print Plus Extension CRX File
Download Print Plus 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
The extension Print plus do an amazing job on one click. Magically it adds a print button to the browser and on pressing the print button the whole page currently opened in a browser will be printed in a second or two.
Extension Basic Information
Name | Print Plus |
ID | edomigmolmlfpcdkidnjagcahdbacpbj |
Official URL | https://chromewebstore.google.com/detail/print-plus/edomigmolmlfpcdkidnjagcahdbacpbj |
Description | Adds a print button to the browser. |
File Size | 4.49 KB |
Installation Count | 502 |
Current Version | 1.2 |
Last Updated | 2022-01-11 |
Publish Date | 2022-01-11 |
Developer | ellienora00 |
[email protected] | |
Payment Type | free |
Extension Website | https://www.golferarena.com/ |
Help Page URL | https://www.golferarena.com/ |
Privacy Policy Page URL | https://www.privacypolicygenerator.info/live.php?token=ZzhjbpjSCfSPPDs6tUeKN8tApGB7HAqH |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Print Plus", "description": "Adds a print button to the browser.", "version": "1.2", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab" ], "browser_action": { "default_title": "Print this page", "default_icon": "print_16x16.png" }, "manifest_version": 2 } |