Resources Saver

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

Co je Resources Saver?

Resources Saver je rozšíření Chrome vyvinuté https://thorium.rocks, a jeho hlavní funkcí je „Save all of a webpage's files while retaining folder structure.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Resources Saver

Stáhněte si soubory rozšíření Resources Saver ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

     - Alex313031                    

Základní Informace o Rozšíření

Název Resources Saver Resources Saver
ID nlfcijlhljpenllloeheihmhoobeefpc
Oficiální URL https://chromewebstore.google.com/detail/resources-saver/nlfcijlhljpenllloeheihmhoobeefpc
Popis Save all of a webpage's files while retaining folder structure.
Velikost souboru 351 KB
Počet instalací 7,283
Aktuální Verze 0.2.2
Poslední Aktualizace 2023-04-19
Datum Vydání 2022-08-11
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář https://thorium.rocks
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/Alex313031/Resources-Saver
URL Stránky Nápovědy https://github.com/Alex313031/Resources-Saver/issues
URL Stránky Zásad Ochrany Soukromí https://thorium.rocks/COC.html
Podporované Jazyky 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"
}