Crawler

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

Qu'est-ce que Crawler ?

Crawler est une extension Chrome développée par Dollar, et sa fonction principale est "This extension could be used to crawl all images of a website".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Crawler

Téléchargez les fichiers d'extension Crawler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Crawler Crawler
ID pdhedahnmicgeobhejclpbogemgkfpdo
URL Officiel https://chromewebstore.google.com/detail/crawler/pdhedahnmicgeobhejclpbogemgkfpdo
Description This extension could be used to crawl all images of a website
Taille du Fichier 235 KB
Nombre d'Installations 1,820
Version Actuelle 1.4
Dernière Mise à Jour 2014-01-14
Date de Publication 2014-01-13
Évaluation 3.17/5 Total 12 Évaluations
Développeur Dollar
Type de Paiement free
Langues Prises en Charge 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"
}