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
公式URL 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
Eメール [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:\/\/*\/*"
    ]
}