ResourceDownloader

download all resource of website which you concerned.

Apa itu ResourceDownloader?

ResourceDownloader adalah ekstensi Chrome yang dikembangkan oleh baozilaji, dan fitur utamanya adalah "download all resource of website which you concerned.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ResourceDownloader

Unduh file ekstensi ResourceDownloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama ResourceDownloader ResourceDownloader
ID keemeombengfdfboklkhhbgjpkacciig
URL Resmi https://chromewebstore.google.com/detail/resourcedownloader/keemeombengfdfboklkhhbgjpkacciig
Deskripsi download all resource of website which you concerned.
Ukuran File 45 KB
Jumlah Instalasi 36
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2021-06-11
Tanggal Publikasi 2021-06-08
Pengembang baozilaji
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/baozilaji/ResourceDownloader
Bahasa yang Didukung 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:\/\/*\/*"
    ]
}