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
公式URL 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
Eメール [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": [
                ""
            ]
        }
    ]
}