By: XAOC
Inspect and view changes in Sources to Folders source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Sources to Folders",
"version": "1.0.0",
"description": "Export page sources (JS, CSS) as a folder structure like DevTools Sources panel, downloaded as ZIP",
"permissions": [
"activeTab",
"downloads",
"storage",
"contextMenus",
"notifications"
],
"host_permissions": [
"<all_urls>"
],
"browser_specific_settings": {
"gecko": {
"id": "sources-to-folders@local",
"strict_min_version": "142.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"background": {
"scripts": [
"lib/fflate.min.js",
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"options_ui": {
"page": "options.html"
},
"action": {
"default_icon": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"default_title": "Export sources to ZIP (folder structure)"
},
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"injected.js"
],
"matches": [
"<all_urls>"
]
}
]
} Best Sources to Folders Alternatives
Here are some Firefox add-ons that are similar to Sources to Folders:
Website Asset Downloader
Baretsky
Web Scraper - Export & Security Scanner
voon
Quick Source Code Viewer
Hannah
Save All Resources
Hizone
WebPage Source Recon
Libor Benes (Dr. B)
Source Map Downloader
kudos
CodeXtructor
silence
Website Downloader - Source Code Copier
Rexomer
Fire Source Viewer
Francesco De Stefano
ZipIt - Website to ZIP
Bharat Modi
Extension Source Viewer & Downloader
Muzammil
source-map-explorer-devtools
Marius Gundersen