Visual Web Scraper

Easily extract and parse data from any website.

Visual Web Scraper là gì?

Visual Web Scraper là một tiện ích mở rộng Chrome được phát triển bởi YellowPencil, và tính năng chính của nó là "Easily extract and parse data from any website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Visual Web Scraper

Tải xuống các tệp mở rộng Visual Web Scraper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Visual Web Scraper Visual Web Scraper
ID hnlnjfenbaiflgkdncofionfhnhmoono
URL Chính Thức https://chromewebstore.google.com/detail/visual-web-scraper/hnlnjfenbaiflgkdncofionfhnhmoono
Mô tả Easily extract and parse data from any website.
Kích Thước Tệp 333 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 0.22
Cập Nhật Lần Cuối 2023-08-25
Ngày Phát Hành 2021-09-26
Đánh Giá 4.75/5 Tổng số 8 Đánh Giá
Nhà Phát Triển YellowPencil
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}