ResourceDownloader

download all resource of website which you concerned.

Qu'est-ce que ResourceDownloader ?

ResourceDownloader est une extension Chrome développée par baozilaji, et sa fonction principale est "download all resource of website which you concerned.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ResourceDownloader

Téléchargez les fichiers d'extension ResourceDownloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom ResourceDownloader ResourceDownloader
ID keemeombengfdfboklkhhbgjpkacciig
URL Officiel https://chromewebstore.google.com/detail/resourcedownloader/keemeombengfdfboklkhhbgjpkacciig
Description download all resource of website which you concerned.
Taille du Fichier 45 KB
Nombre d'Installations 36
Version Actuelle 0.0.2
Dernière Mise à Jour 2021-06-11
Date de Publication 2021-06-08
Développeur baozilaji
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/baozilaji/ResourceDownloader
Langues Prises en Charge 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:\/\/*\/*"
    ]
}