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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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": [
                ""
            ]
        }
    ]
}