ResourceDownloader

download all resource of website which you concerned.

Wat is ResourceDownloader?

ResourceDownloader is een Chrome-extensie ontwikkeld door baozilaji, en de belangrijkste functie is "download all resource of website which you concerned.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ResourceDownloader

Download ResourceDownloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        It's an useful tool for users who want to download all kinds of resources of any websites which he/she concerns.                    

Basisinformatie over de Extensie

Naam ResourceDownloader ResourceDownloader
ID keemeombengfdfboklkhhbgjpkacciig
Officiële URL https://chromewebstore.google.com/detail/resourcedownloader/keemeombengfdfboklkhhbgjpkacciig
Beschrijving download all resource of website which you concerned.
Bestandsgrootte 45 KB
Aantal Installaties 36
Huidige Versie 0.0.2
Laatst Bijgewerkt 2021-06-11
Publicatiedatum 2021-06-08
Ontwikkelaar baozilaji
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/baozilaji/ResourceDownloader
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ResourceDownloader",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "download all resource of website which you concerned.",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "background": {
        "scripts": [
            "js\/utils.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "ResourceDownloader",
        "default_popup": "option.html"
    },
    "permissions": [
        "webRequest",
        "storage",
        "downloads",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}