Grabber, easy way to download the images

Grab the images or soon other assets from within the active page

Grabber, easy way to download the images란 무엇입니까?

Grabber, easy way to download the images은(는) https://grabcode.fr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Grab the images or soon other assets from within the active page"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Grabber, easy way to download the images 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Grabber is the Chrome Extension providing an easy way to download the images that the page you are visiting contain. It is relevant whenever you wish to fetch a bunch of assets and the website would not give you a simplistic "Download All" button.

Note: at this stage, it is an alpha version. It requires the user to specify the CSS selector used to lookup for the assets.                    

확장 프로그램 기본 정보

이름 Grabber, easy way to download the images Grabber, easy way to download the images
ID obcfnhbmjnpnahpedfinnkdfjfcfgafa
공식 URL https://chromewebstore.google.com/detail/grabber-easy-way-to-downl/obcfnhbmjnpnahpedfinnkdfjfcfgafa
설명 Grab the images or soon other assets from within the active page
파일 크기 16.28 KB
설치 횟수 398
현재 버전 1.0.4
최근 업데이트 2017-03-02
출시 날짜 2017-03-01
평점 2.50/5 총 2 개의 평점
개발자 https://grabcode.fr
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Grabber, easy way to download the images",
    "short_name": "Grabber",
    "description": "Grab the images or soon other assets from within the active page",
    "version": "1.0.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Grabber",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "downloads"
    ]
}