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