Resources Saver

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

Cos'è Resources Saver?

Resources Saver è un'estensione di Chrome sviluppata da https://thorium.rocks, e la sua funzione principale è "Save all of a webpage's files while retaining folder structure.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Resources Saver

Scarica i file di estensione Resources Saver in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

     - Alex313031                    

Informazioni di Base sull'Estensione

Nome Resources Saver Resources Saver
ID nlfcijlhljpenllloeheihmhoobeefpc
URL Ufficiale https://chromewebstore.google.com/detail/resources-saver/nlfcijlhljpenllloeheihmhoobeefpc
Descrizione Save all of a webpage's files while retaining folder structure.
Dimensione del File 351 KB
Conteggio Installazioni 7,283
Versione Corrente 0.2.2
Ultimo Aggiornamento 2023-04-19
Data di Pubblicazione 2022-08-11
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://thorium.rocks
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Alex313031/Resources-Saver
URL della Pagina di Aiuto https://github.com/Alex313031/Resources-Saver/issues
URL della Pagina della Politica sulla Privacy https://thorium.rocks/COC.html
Lingue Supportate 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"
}