Crawler

This extension could be used to crawl all images of a website

Crawler란 무엇입니까?

Crawler은(는) Dollar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension could be used to crawl all images of a website"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This extension could be used to browse all images of a website recursively.
As technical limitation, we can't automatically download all images into your local file system. So we choose to provide a good UI for these images within browser. In its future version, we will add functions to export data into other formats.

Version 1.1 change list:
1. category the images we got by its domain
2. add URL input box so that user can change crawl site in the manager page.
3. performance enhancement --> use lazy loading so that the image will load only when you scroll to it.                    

확장 프로그램 기본 정보

이름 Crawler Crawler
ID pdhedahnmicgeobhejclpbogemgkfpdo
공식 URL https://chromewebstore.google.com/detail/crawler/pdhedahnmicgeobhejclpbogemgkfpdo
설명 This extension could be used to crawl all images of a website
파일 크기 235 KB
설치 횟수 1,820
현재 버전 1.4
최근 업데이트 2014-01-14
출시 날짜 2014-01-13
평점 3.17/5 총 12 개의 평점
개발자 Dollar
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "extension_page\/background.html"
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "extension_page\/popup.html"
    },
    "description": "This extension could be used to crawl all images of a website",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Crawler",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "version": "1.4"
}