Visual Web Scraper

Easily extract and parse data from any website.

Wat is Visual Web Scraper?

Visual Web Scraper is een Chrome-extensie ontwikkeld door YellowPencil, en de belangrijkste functie is "Easily extract and parse data from any website.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Visual Web Scraper

Download Visual Web Scraper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Visual Web Scraper Visual Web Scraper
ID hnlnjfenbaiflgkdncofionfhnhmoono
Officiële URL https://chromewebstore.google.com/detail/visual-web-scraper/hnlnjfenbaiflgkdncofionfhnhmoono
Beschrijving Easily extract and parse data from any website.
Bestandsgrootte 333 KB
Aantal Installaties 2,000
Huidige Versie 0.22
Laatst Bijgewerkt 2023-08-25
Publicatiedatum 2021-09-26
Beoordeling 4.75/5 Totaal 8 Beoordelingen
Ontwikkelaar YellowPencil
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}