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" } |