Visual Web Scraper

Easily extract and parse data from any website.

Visual Web Scraper क्या है?

Visual Web Scraper YellowPencil द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily extract and parse data from any website."।

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

screenshot
screenshot
screenshot

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

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

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

                        Start pulling data from any website in a few clicks. All you have to do is mark the data you want to scrape and click the start button.

You will get quality output with advanced element selection and data extraction algorithms. We have tested it successfully on many websites such as Twitter, Amazon, TripAdvisor, YellowPages.

While the data scraper is running, you can monitor the results on the screen and export them in CSV or JSON format at the same time.                    

एक्सटेंशन की मूल जानकारी

नाम Visual Web Scraper Visual Web Scraper
ID hnlnjfenbaiflgkdncofionfhnhmoono
आधिकारिक URL https://chromewebstore.google.com/detail/visual-web-scraper/hnlnjfenbaiflgkdncofionfhnhmoono
विवरण Easily extract and parse data from any website.
फ़ाइल का आकार 333 KB
स्थापना संख्या 2,000
वर्तमान संस्करण 0.22
अंतिम अपडेट 2023-08-25
प्रकाशन तिथि 2021-09-26
रेटिंग 4.75/5 कुल 8 रेटिंग्स
डेवलपर YellowPencil
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Visual Web Scraper",
    "description": "Easily extract and parse data from any website.",
    "version": "0.22",
    "action": [],
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}