Resources downloader

Download the resources displayed on a page easily!

Resources downloader là gì?

Resources downloader là một tiện ích mở rộng Chrome được phát triển bởi https://cod3.net, và tính năng chính của nó là "Download the resources displayed on a page easily!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Resources downloader

Tải xuống các tệp mở rộng Resources downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Resources downloader Resources downloader
ID jdeiocmhhepbkbcmimheejheebeodbmm
URL Chính Thức https://chromewebstore.google.com/detail/resources-downloader/jdeiocmhhepbkbcmimheejheebeodbmm
Mô tả Download the resources displayed on a page easily!
Kích Thước Tệp 200 KB
Số Lần Cài Đặt 4,562
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2022-06-01
Ngày Phát Hành 2017-04-10
Đánh Giá 3.57/5 Tổng số 14 Đánh Giá
Nhà Phát Triển https://cod3.net
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://twitter.com/j_____________n
Ngôn Ngữ Được Hỗ Trợ 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"
}