Asset Downloader

Extends the Developer Tools, adding a sidebar that allows images, fonts, stylesheets, and scripts to be batch downloaded.

Asset Downloader란 무엇입니까?

Asset Downloader은(는) Cory Caywood에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extends the Developer Tools, adding a sidebar that allows images, fonts, stylesheets, and scripts to be batch downloaded."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This is an extension for Chrome Developer Tools that will add a new tab panel called "Asset Downloader". Images, fonts, stylesheets, and scripts from the inspected page can be batch downloaded through the extension.

It will also find all links to images and fonts in the page's stylesheets, whether they are actually being used on the page or not. Images and fonts can also be previewed before they are downloaded. This can be particularly useful for fonts because the extension will find and show previews for all fonts.

All downloads will be saved to Chrome's default user download directory in a new folder that is unique for each inspected page.                    

확장 프로그램 기본 정보

이름 Asset Downloader Asset Downloader
ID iaejdgeeecpdmnnjnncnajkbagpoiikg
공식 URL https://chromewebstore.google.com/detail/asset-downloader/iaejdgeeecpdmnnjnncnajkbagpoiikg
설명 Extends the Developer Tools, adding a sidebar that allows images, fonts, stylesheets, and scripts to be batch downloaded.
파일 크기 83.89 KB
설치 횟수 4,000
현재 버전 0.1.1
최근 업데이트 2017-03-25
출시 날짜 2017-03-25
평점 3.14/5 총 7 개의 평점
개발자 Cory Caywood
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/corycaywood/chrome-asset-downloader
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Asset Downloader",
    "version": "0.1.1",
    "description": "Extends the Developer Tools, adding a sidebar that allows images, fonts, stylesheets, and scripts to be batch downloaded.",
    "devtools_page": "devtools.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "permissions": [
        "",
        "downloads"
    ]
}