ResourceDownloader

download all resource of website which you concerned.

ResourceDownloader란 무엇입니까?

ResourceDownloader은(는) baozilaji에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "download all resource of website which you concerned."입니다.

확장 프로그램 스크린샷

screenshot

ResourceDownloader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        It's an useful tool for users who want to download all kinds of resources of any websites which he/she concerns.                    

확장 프로그램 기본 정보

이름 ResourceDownloader ResourceDownloader
ID keemeombengfdfboklkhhbgjpkacciig
공식 URL https://chromewebstore.google.com/detail/resourcedownloader/keemeombengfdfboklkhhbgjpkacciig
설명 download all resource of website which you concerned.
파일 크기 45 KB
설치 횟수 36
현재 버전 0.0.2
최근 업데이트 2021-06-11
출시 날짜 2021-06-08
개발자 baozilaji
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/baozilaji/ResourceDownloader
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ResourceDownloader",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "download all resource of website which you concerned.",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "background": {
        "scripts": [
            "js\/utils.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "ResourceDownloader",
        "default_popup": "option.html"
    },
    "permissions": [
        "webRequest",
        "storage",
        "downloads",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}