Visual Web Scraper

Easily extract and parse data from any website.

Visual Web Scraperคืออะไร?

Visual Web Scraper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย YellowPencil และคุณลักษณะหลักของมันคือ "Easily extract and parse data from any website."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Visual Web Scraper

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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": [
                ""
            ]
        }
    ]
}