Visual Web Scraper

Easily extract and parse data from any website.

什麼是Visual Web Scraper?

Visual Web Scraper是由YellowPencil開發的Chrome擴展程式,該擴展的主要功能是“Easily extract and parse data from any website.”。

擴展截圖

screenshot
screenshot
screenshot

下載Visual Web Scraper擴展crx文件

下載Visual Web Scraper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Visual Web Scraper Visual Web Scraper
ID hnlnjfenbaiflgkdncofionfhnhmoono
官方網址 https://chromewebstore.google.com/detail/visual-web-scraper/hnlnjfenbaiflgkdncofionfhnhmoono
簡介 Easily extract and parse data from any website.
檔案大小 333 KB
安裝次數 2,000
目前版本 0.22
更新時間 2023-08-25
上架時間 2021-09-26
評分 4.75/5 共 8 次評分
開發者 YellowPencil
電子郵箱 [email protected]
付費類型 free
支援的語言 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": [
                ""
            ]
        }
    ]
}