By: qhl
Inspect and view changes in X Web Clipper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "__MSG_extensionName__",
"version": "1.0.1",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"permissions": [
"contextMenus",
"activeTab",
"storage",
"tabs",
"downloads",
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "icons/icon-16.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon-16.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"default_title": "X Web Clipper"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"browser_specific_settings": {
"gecko": {
"id": "x-web-clipper@example.com",
"strict_min_version": "109.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best X Web Clipper Alternatives
Here are some Firefox add-ons that are similar to X Web Clipper: