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文件

下載Crawler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}