Resources downloader

Download the resources displayed on a page easily!

Resources downloaderとは何ですか?

Resources downloaderはhttps://cod3.netによって開発されたChromeの拡張機能で、その主な機能は「Download the resources displayed on a page easily!」です。

拡張機能のスクリーンショット

screenshot

Resources downloader拡張機能のCRXファイルをダウンロード

Resources downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        List and save the images, gifs, videos, music displayed in your browser. Works with most websites like imgur, 4chan and reddit.

Resource Downloader adds a panel to DevTools, right-click on your page, select "Inspect", click on the "Resources" tab and you're set.

Reload your page and check the resources you want to download.

You can also filter and sort the resources by name, url, mime type, size etc.                    

拡張機能の基本情報

名前 Resources downloader Resources downloader
ID jdeiocmhhepbkbcmimheejheebeodbmm
公式URL https://chromewebstore.google.com/detail/resources-downloader/jdeiocmhhepbkbcmimheejheebeodbmm
説明 Download the resources displayed on a page easily!
ファイルサイズ 200 KB
インストール数 4,562
現在のバージョン 0.0.6
最終更新日 2022-06-01
公開日 2017-04-10
評価 3.57/5 合計 14 レビュー
開発者 https://cod3.net
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://twitter.com/j_____________n
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "icons\/icon19.png",
        "default_popup": "src\/action\/browser_action.html",
        "default_title": "Resource downloader"
    },
    "description": "Download the resources displayed on a page easily!",
    "devtools_page": "src\/devtools\/devtools.html",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 3,
    "name": "Resources downloader",
    "permissions": [
        "downloads"
    ],
    "host_permissions": [
        ""
    ],
    "version": "0.0.6"
}