get the image!

This allows you to download a batch zip of images from a web page's documentation and css.

get the image!란 무엇입니까?

get the image!은(는) kapy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This allows you to download a batch zip of images from a web page's documentation and css."입니다.

확장 프로그램 스크린샷

screenshot

get the image! 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Are you a web developer?
Have you ever thought, "I want to copy a cool LP" or "I want to know the total number of images used"? This extension allows you to download a batch zip file of all the images used in an open page.
It's an extension, so you don't need to worry about compatibility.
Happy development life!

Attention!

The acceptability of files from other than the same domain depends on the server settings.
Also, among the html attributes, the following four types are supported by default. For any other attributes you wish to obtain, please enter them in the text box.
  - src
  - srcset
  - data-src
  - data-srcset                    

확장 프로그램 기본 정보

이름 get the image! get the image!
ID pbpnjlcchelkilcpkamkonhgpacjbibc
공식 URL https://chromewebstore.google.com/detail/get-the-image/pbpnjlcchelkilcpkamkonhgpacjbibc
설명 This allows you to download a batch zip of images from a web page's documentation and css.
파일 크기 108 KB
설치 횟수 26
현재 버전 1.1.0
최근 업데이트 2021-10-14
출시 날짜 2021-09-21
평점 5.00/5 총 1 개의 평점
개발자 kapy
이메일 [email protected]
결제 유형 free
지원되는 언어 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "get the image!",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "This allows you to download a batch zip of images from a web page's documentation and css.",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "img\/240770894_197005722494949_3678857227278718278_n.png",
        "48": "img\/240770894_197005722494949_3678857227278718278_n.png",
        "128": "img\/240770894_197005722494949_3678857227278718278_n.png"
    },
    "permissions": [
        "http:\/\/*\/*\/",
        "https:\/\/*\/*\/"
    ],
    "content_scripts": [
        {
            "js": [
                "content_script.js",
                "jszip.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}