By: Kabir Gibbons
Inspect and view changes in Multi-Panel Source Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "__MSG_extensionName__",
"version": "1.4.3",
"description": "__MSG_extensionDescription__",
"permissions": [
"<all_urls>",
"clipboardWrite"
],
"manifest_version": 2,
"browser_action": {
"default_icon": "icons/gear19.png"
},
"icons": {
"16": "icons/gear19.png",
"128": "icons/gear128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"load.js"
],
"run_at": "document_end"
}
],
"options_ui": {
"page": "options.html",
"browser_style": false,
"open_in_tab": false
},
"applications": {
"gecko": {
"id": "{e1d7f2c0-3b0d-9c0e-1f5b-2a6f05dfe3cd}",
"strict_min_version": "119.0"
}
},
"background": {
"scripts": [
"js/config.js",
"bg.js"
]
}
} Best Multi-Panel Source Viewer Alternatives
Here are some Firefox add-ons that are similar to Multi-Panel Source Viewer:
Quick Source Code Viewer
Hannah
Multi-File Source Navigator
Charles
Fire Source Viewer
Francesco De Stefano
Advanced Code Explorer
Erin Reid
source-map-explorer-devtools
Marius Gundersen
Multi Split View
Théo Ascensio
Simple CSS Viewer
css-viewer
CSS Viewer
cssviewer
CSSViewer
Mohsen Khanpour
Source Code Viewer
Nicolas Dos Santos
CSS Debug Overlay Plus
Francis Ruiz