Visual Web Scraper

Easily extract and parse data from any website.

Co je Visual Web Scraper?

Visual Web Scraper je rozšíření Chrome vyvinuté YellowPencil, a jeho hlavní funkcí je „Easily extract and parse data from any website.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Visual Web Scraper

Stáhněte si soubory rozšíření Visual Web Scraper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Visual Web Scraper Visual Web Scraper
ID hnlnjfenbaiflgkdncofionfhnhmoono
Oficiální URL https://chromewebstore.google.com/detail/visual-web-scraper/hnlnjfenbaiflgkdncofionfhnhmoono
Popis Easily extract and parse data from any website.
Velikost souboru 333 KB
Počet instalací 2,000
Aktuální Verze 0.22
Poslední Aktualizace 2023-08-25
Datum Vydání 2021-09-26
Hodnocení 4.75/5 Celkem 8 Hodnocení
Vývojář YellowPencil
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}