Visual Web Scraper

Easily extract and parse data from any website.

Cos'è Visual Web Scraper?

Visual Web Scraper è un'estensione di Chrome sviluppata da YellowPencil, e la sua funzione principale è "Easily extract and parse data from any website.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Visual Web Scraper

Scarica i file di estensione Visual Web Scraper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Visual Web Scraper Visual Web Scraper
ID hnlnjfenbaiflgkdncofionfhnhmoono
URL Ufficiale https://chromewebstore.google.com/detail/visual-web-scraper/hnlnjfenbaiflgkdncofionfhnhmoono
Descrizione Easily extract and parse data from any website.
Dimensione del File 333 KB
Conteggio Installazioni 2,000
Versione Corrente 0.22
Ultimo Aggiornamento 2023-08-25
Data di Pubblicazione 2021-09-26
Valutazione 4.75/5 Totale 8 Valutazioni
Sviluppatore YellowPencil
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}