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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}