Browse the Web & Print URL's & Documents in Print Friendly Format without Ads. Easy Print will Change Your New Tab Page to Easy…
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.0.0.4",
"manifest_version": 3,
"short_name": "Easy Print",
"name": "Easy Print",
"background": {
"service_worker": "install_service.js"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"permissions": [
"search",
"storage"
],
"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:;"
}
}