PrintAny
One click print current TAB, selected content on a website and also Google emails.
What is PrintAny?
PrintAny is a Chrome extension developed by Murali Krishna Chanda, and its main feature is "One click print current TAB, selected content on a website and also Google emails.".
Extension Screenshots
Download PrintAny Extension CRX File
Download PrintAny 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
Print button inside you Chrome browser to easy print a page with one click.
Extension Basic Information
Name | PrintAny |
ID | fomndpnkhdffldikpeefdjeiebjdbgmn |
Official URL | https://chromewebstore.google.com/detail/printany/fomndpnkhdffldikpeefdjeiebjdbgmn |
Description | One click print current TAB, selected content on a website and also Google emails. |
File Size | 12.35 KB |
Installation Count | 1,782 |
Current Version | 1.0 |
Last Updated | 2019-04-03 |
Publish Date | 2019-04-03 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Murali Krishna Chanda |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PrintAny", "version": "1.0", "manifest_version": 2, "description": "One click print current TAB, selected content on a website and also Google emails.", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "printer.png" }, "permissions": [ "activeTab" ], "icons": { "16": "printer.png", "32": "printer.png", "48": "printer.png", "128": "printer.png" }, "offline_enabled": true } |