짤줍

이미지를 주워봅시다.^^

What is 짤줍?

짤줍 is a Chrome extension developed by mint-soft, and its main feature is "이미지를 주워봅시다.^^".

Extension Screenshots

screenshot
screenshot

Download 짤줍 Extension CRX File

Download 짤줍 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        짤줍은 웹사이트에 있는 이미지를 검색하고 다운 받을수 있는 크롬 앱입니다.
웹사이트에 나타난 여러가지 이미지를 통합으로 다운받을수 있는 웹앱니다.

이제 iframe으로 된 사이트도 이미지를 가져올수 있습니다. 
naver blog cafe,daum cafe 등의 사이트에서도 이미지를 짤줍해보아요 ^^

사용법
1.원하는 사이트를 방문합니다.
2.크롬앱에 있는 짤줍 아이콘을 클릭합니다. 
3.화면에 웹사이트에 쓰인 이미지가 그리드 형태로 나타납니다.
4.이미지를 선택후 다운로드를 하실수 있습니다.
5.전체 이미지를 선택해 압축파일로도 다운로드가 가능합니다.

또한 화면을 캡쳐도 가능합니다.
짤줍 아이콘을 클릭하시고 페이지스크랩 버튼을 클릭하시면 웹사이트 화면을 캡쳐 하실수가 있습니다. 
캡쳐된 이미지도 다운로드를 하실수 있습니다. 

지원가능 포맷:jpg,png,gif,bmp.. 모든 이미지 포맷을 지원합니다. 
지원불가 : mp4,등 동영상포맷을 지원을 하지 않습니다. 

svg지원이 추가되었습니다.                    

Extension Basic Information

Name 짤줍 짤줍
ID kelnjkckgoidifjnpldnhhamcmhhachc
Official URL https://chromewebstore.google.com/detail/%EC%A7%A4%EC%A4%8D/kelnjkckgoidifjnpldnhhamcmhhachc
Description 이미지를 주워봅시다.^^
File Size 2.29 MB
Installation Count 3,498
Current Version 1.0.26
Last Updated 2021-10-01
Publish Date 2020-06-24
Rating 4.55/5 Total 38 Ratings
Developer mint-soft
Email [email protected]
Payment Type free
Extension Website https://blog.mint-soft.com/category/%EC%A7%A4%EC%A4%8D%EC%9D%B4%EB%A0%A5
Help Page URL https://blog.mint-soft.com/category/%EC%A7%A4%EC%A4%8D%EC%9D%B4%EB%A0%A5
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\uc9e4\uc90d",
    "description": "\uc774\ubbf8\uc9c0\ub97c \uc8fc\uc6cc\ubd05\uc2dc\ub2e4.^^",
    "short_name": "\ud604\uc7ac\ud398\uc774\uc9c0\uc758 \uc774\ubbf8\uc9c0\ub97c \uc8fc\uc6cc\ubd05\uc2dc\ub2e4.",
    "version": "1.0.26",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "\uc9e4\uc90d"
    },
    "icons": {
        "32": "images\/32_icon.png",
        "48": "images\/48_icon.png",
        "128": "images\/128_icon.png",
        "256": "images\/256_icon.png"
    },
    "web_accessible_resources": [
        "html\/*",
        "images\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/lib.js",
                "scripts\/main.js"
            ],
            "css": [
                "styles\/style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+1",
                "mac": "Command+Shift+1",
                "chromeos": "Ctrl+Shift+1",
                "linux": "Ctrl+Shift+1"
            }
        }
    }
}