Resources Saver

Save all of a webpage's files while retaining folder structure.

What is Resources Saver?

Resources Saver is a Chrome extension developed by https://thorium.rocks, and its main feature is "Save all of a webpage's files while retaining folder structure.".

Extension Screenshots

screenshot

Download Resources Saver Extension CRX File

Download Resources Saver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Chromium Extension for one click downloading of all webpage resources files while keeping folder structures.

     - Alex313031                    

Extension Basic Information

Name Resources Saver Resources Saver
ID nlfcijlhljpenllloeheihmhoobeefpc
Official URL https://chromewebstore.google.com/detail/resources-saver/nlfcijlhljpenllloeheihmhoobeefpc
Description Save all of a webpage's files while retaining folder structure.
File Size 351 KB
Installation Count 7,283
Current Version 0.2.2
Last Updated 2023-04-19
Publish Date 2022-08-11
Rating 5.00/5 Total 3 Ratings
Developer https://thorium.rocks
Email [email protected]
Payment Type free
Extension Website https://github.com/Alex313031/Resources-Saver
Help Page URL https://github.com/Alex313031/Resources-Saver/issues
Privacy Policy Page URL https://thorium.rocks/COC.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Resources Saver",
    "short_name": "Resources Saver",
    "manifest_version": 3,
    "version": "0.2.2",
    "version_name": "0.2.2",
    "offline_enabled": true,
    "minimum_chrome_version": "88",
    "description": "Save all of a webpage's files while retaining folder structure.",
    "author": "Alex313031",
    "homepage_url": "https:\/\/github.com\/Alex313031\/Resources-Saver",
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "19": "icons\/icon19.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png",
            "38": "icons\/icon38.png",
            "48": "icons\/icon48.png"
        },
        "default_title": "Resources Saver",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "downloads",
        "downloads.shelf"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "ftp:\/\/*\/",
        "file:\/\/*\/",
        "*:\/\/*\/*"
    ],
    "devtools_page": "devtools.html"
}