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
电子邮箱 [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"
}