Inspect and view changes in PageCapture Plus 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
{
"manifest_version": 2,
"name": "PageCapture Plus",
"version": "3.8.22.1515",
"description": "Effortless screenshot capture and sharing",
"options_page": "fsOptions.html",
"offline_enabled": true,
"content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'",
"incognito": "spanning",
"background": {
"scripts": [
"scripts/3p/hot-reload.js",
"scripts/fsXBrowserSupport.js",
"scripts/fsPreferences.js",
"scripts/fsUtils.js",
"scripts/fsCommands.js",
"scripts/fsBackground.js",
"scripts/fsSSS.js",
"scripts/fsNativeAPISupport.js",
"scripts/fsWASMAPISupport.js",
"scripts/fsAutomation.js"
]
},
"commands": {
"last-used-action": {
"suggested_key": {
"default": "Ctrl+Shift+S",
"mac": "Command+Shift+S"
},
"description": "__MSG_options_label_last_action_hotkey__"
},
"capture-entire-page-action": {
"suggested_key": {
"default": "Alt+Shift+1",
"mac": "Command+Shift+1"
},
"description": "__MSG_action_capture_entire_lite__"
},
"capture-visible-page-action": {
"suggested_key": {
"default": "Alt+Shift+3",
"mac": "Command+Shift+2"
},
"description": "__MSG_action_capture_visible_lite__"
},
"capture-selection-action": {
"suggested_key": {
"default": "Alt+Shift+4",
"mac": "Command+Shift+6"
},
"description": "__MSG_action_capture_selection_lite__"
}
},
"permissions": [
"activeTab",
"contextMenus",
"nativeMessaging",
"cookies",
"storage",
"tabs",
"<all_urls>"
],
"optional_permissions": [
"tabs",
"<all_urls>",
"downloads"
],
"browser_action": {
"default_icon": "images/sss_48.png",
"default_title": "FireShot - Capture page",
"default_popup": "fsPopup.html"
},
"icons": {
"16": "images/sss_16.png",
"32": "images/sss_32.png",
"48": "images/sss_48.png",
"128": "images/sss_128.png"
},
"web_accessible_resources": [
"images/*.gif"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}