Visual Web Scraper

Easily extract and parse data from any website.

Apa itu Visual Web Scraper?

Visual Web Scraper adalah ekstensi Chrome yang dikembangkan oleh YellowPencil, dan fitur utamanya adalah "Easily extract and parse data from any website.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Visual Web Scraper

Unduh file ekstensi Visual Web Scraper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Visual Web Scraper Visual Web Scraper
ID hnlnjfenbaiflgkdncofionfhnhmoono
URL Resmi https://chromewebstore.google.com/detail/visual-web-scraper/hnlnjfenbaiflgkdncofionfhnhmoono
Deskripsi Easily extract and parse data from any website.
Ukuran File 333 KB
Jumlah Instalasi 2,000
Versi Saat Ini 0.22
Terakhir Diperbarui 2023-08-25
Tanggal Publikasi 2021-09-26
Penilaian 4.75/5 Total 8 Penilaian
Pengembang YellowPencil
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}