Click to save page as PDF
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "PDF Mage",
"description": "Click to save page as PDF",
"version": "2.1.12",
"manifest_version": 2,
"background": {
"persistent": true,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "images/icon_16.png",
"default_popup": "popup.html"
},
"icons": {
"16": "images/icon_16.png",
"48": "images/icon_48.png",
"128": "images/icon_128.png"
},
"options_page": "options.html",
"permissions": [
"tabs",
"downloads",
"storage",
"contextMenus",
"<all_urls>"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}