Crawler

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

Crawler क्या है?

Crawler Dollar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension could be used to crawl all images of a website"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Crawler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक 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"
}