ResourceDownloader

download all resource of website which you concerned.

什麼是ResourceDownloader?

ResourceDownloader是由baozilaji開發的Chrome擴展程式,該擴展的主要功能是“download all resource of website which you concerned.”。

擴展截圖

screenshot

下載ResourceDownloader擴展crx文件

下載ResourceDownloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 ResourceDownloader ResourceDownloader
ID keemeombengfdfboklkhhbgjpkacciig
官方網址 https://chromewebstore.google.com/detail/resourcedownloader/keemeombengfdfboklkhhbgjpkacciig
簡介 download all resource of website which you concerned.
檔案大小 45 KB
安裝次數 36
目前版本 0.0.2
更新時間 2021-06-11
上架時間 2021-06-08
開發者 baozilaji
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/baozilaji/ResourceDownloader
支援的語言 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:\/\/*\/*"
    ]
}