Easy Print
Browse the Web & Print URL's & Documents in Print Friendly Format without Ads. Easy Print will Change Your New Tab Page to Easy…
What is Easy Print?
Easy Print is a Chrome extension developed by nell48473, and its main feature is "Browse the Web & Print URL's & Documents in Print Friendly Format without Ads. Easy Print will Change Your New Tab Page to Easy…".
Extension Screenshots
Download Easy Print Extension CRX File
Download Easy Print 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
Browse the Web & Print URL's & Documents in Print Friendly Format without Ads. Easy Print will Change Your New Tab Page to Easy Print with Yahoo Sponsored Web Search. Simply Paste any URL into the Input Field to Generate a Printer Friendly Page without Ads & Formatted Automatically. View Our Privacy Page at: https://easyprintapp.net/app/privacy.html
Extension Basic Information
Name | Easy Print |
ID | jfabhgjkkoljkpemojjfdhgckdbendaj |
Official URL | https://chromewebstore.google.com/detail/easy-print/jfabhgjkkoljkpemojjfdhgckdbendaj |
Description | Browse the Web & Print URL's & Documents in Print Friendly Format without Ads. Easy Print will Change Your New Tab Page to Easy… |
File Size | 757 KB |
Installation Count | 42,297 |
Current Version | 1.0.0.3 |
Last Updated | 2024-02-15 |
Publish Date | 2023-08-13 |
Rating | 1.00/5 Total 1 Ratings |
Developer | nell48473 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://easyprintapp.net/app/privacy.html |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0.3", "manifest_version": 3, "short_name": "Easy Print", "name": "Easy Print", "background": { "service_worker": "install_service.js" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "web_accessible_resources": [ { "matches": [ "*:\/\/*.easyprintapp.net\/*" ], "resources": [ "*.json", "favicon.ico" ] } ], "content_security_policy": { "extension_pages": "default-src 'self' 'unsafe-inline'; connect-src 'self' https:\/\/api.printfriendly.com https:\/\/easyprintapp.net https:\/\/www.easyprintapp.net https:\/\/safebrowsing.googleapis.com; script-src 'self'; style-src 'self' https:\/\/cdn.printfriendly.com 'unsafe-inline'; object-src 'self'; img-src 'self' https:\/\/easyprintapp.net * data:;" } } |