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
官方網址 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
電子郵箱 [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"
}