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”。
扩展截图
下载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 |
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" } |