Visual Web Scraper

Easily extract and parse data from any website.

Was ist Visual Web Scraper?

Visual Web Scraper ist eine Chrome-Erweiterung, die von YellowPencil entwickelt wurde, und ihr Hauptmerkmal ist "Easily extract and parse data from any website.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Visual Web Scraper-Erweiterungs-CRX-Datei herunterladen

Laden Sie Visual Web Scraper-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Visual Web Scraper Visual Web Scraper
ID hnlnjfenbaiflgkdncofionfhnhmoono
Offizielle URL https://chromewebstore.google.com/detail/visual-web-scraper/hnlnjfenbaiflgkdncofionfhnhmoono
Beschreibung Easily extract and parse data from any website.
Dateigröße 333 KB
Installationsanzahl 2,000
Aktuelle Version 0.22
Letztes Update 2023-08-25
Veröffentlichungsdatum 2021-09-26
Bewertung 4.75/5 Insgesamt 8 Bewertungen
Entwickler YellowPencil
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}