Inspect and view changes in Print Edit WE source codes across current and past versions
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",
"manifest_version": 3,
"name": "Print Edit WE",
"version": "31.3",
"description": "Edit web pages prior to printing. Delete, hide and format elements. Edit text. Remove adverts and sidebars.",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"64": "icon64.png",
"128": "icon128-96.png"
},
"minimum_chrome_version": "88",
"permissions": [
"tabs",
"webNavigation",
"declarativeNetRequest",
"pageCapture",
"contextMenus",
"scripting",
"notifications",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_icon": {
"16": "icon16.png"
},
"default_title": "Print Edit WE"
},
"background": {
"service_worker": "background.js"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"commands": {
"_execute_action": {
"description": "Print Edit",
"suggested_key": {
"default": "Alt+P"
}
},
"printpreview": {
"description": "Print Preview",
"suggested_key": {
"default": "Alt+Shift+P"
}
}
}
}