DownFaster

this is a tool for download all resources faster for this webpage.

DownFaster란 무엇입니까?

DownFaster은(는) bugrose에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "this is a tool for download all resources faster for this webpage."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This is a tool for download resources such as javascript files,images and stylesheet files.

You can select whatever you want download, and they will packaged in a zip file, then download automatically.

If there's any problems, please let me know.

My Email:[email protected]

Have FUN                    

확장 프로그램 기본 정보

이름 DownFaster DownFaster
ID dcloeafkedgmoodilkgbjbdfbieoiiab
공식 URL https://chrome.google.com/webstore/detail/downfaster/dcloeafkedgmoodilkgbjbdfbieoiiab
설명 this is a tool for download all resources faster for this webpage.
파일 크기 64.36 KB
설치 횟수 3,979
현재 버전 1.12.3935.0
최근 업데이트 2012-09-05
출시 날짜 2012-09-05
평점 4.15/5 총 27 개의 평점
개발자 bugrose
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "ico16_unactive.png",
        "default_title": "download monster",
        "icons": [
            "ico16_unactive.png"
        ],
        "name": "DownFaster",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "this is a tool for download all resources faster for this webpage.",
    "icons": {
        "16": "ico16.png",
        "48": "ico48.png",
        "128": "ico128.png"
    },
    "name": "DownFaster",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.12.3935.0",
    "manifest_version": 2
}