Crawler
This extension could be used to crawl all images of a website
Was ist Crawler?
Crawler ist eine Chrome-Erweiterung, die von Dollar entwickelt wurde, und ihr Hauptmerkmal ist "This extension could be used to crawl all images of a website".
Erweiterungsscreenshots
Crawler-Erweiterungs-CRX-Datei herunterladen
Laden Sie Crawler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pdhedahnmicgeobhejclpbogemgkfpdo |
| Offizielle URL | https://chromewebstore.google.com/detail/crawler/pdhedahnmicgeobhejclpbogemgkfpdo |
| Beschreibung | This extension could be used to crawl all images of a website |
| Dateigröße | 235 KB |
| Installationsanzahl | 1,820 |
| Aktuelle Version | 1.4 |
| Letztes Update | 2014-01-14 |
| Veröffentlichungsdatum | 2014-01-13 |
| Bewertung | 3.17/5 Insgesamt 12 Bewertungen |
| Entwickler | Dollar |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
} | |