Byteline Web Scraper

Byteline web scraper is used to select web page elements that needs to be scraped. It provides a simple point-and-click interface…

什么是Byteline Web Scraper?

Byteline Web Scraper是由https://byteline.io开发的Chrome扩展程序,该扩展的主要功能是“Byteline web scraper is used to select web page elements that needs to be scraped. It provides a simple point-and-click interface…”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Byteline Web Scraper扩展crx文件

下载Byteline Web Scraper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Byteline web scraper is used to select web page elements that needs to be scraped. It provides a simple point-and-click interface to choose the HTML elements for your web scraping. Features offered by the Byteline Web Scraper:

1. Easily extract repeatable, e.g., tables, list, etc., or non-repeating elements.
2. Auto-rotates the IP
3. Supports deep linking - extract web pages based on links on other web pages.
4. Supports pagination to extract data from multiple pages.
5. Excellent error handling that provides the web page content seen by the scraper.
6. Highly optimized to scrape a large number of web pages.

You can export scraped data to Airtable, Google sheets, or any other Byteline integrations.                    

扩展基本信息

名称 Byteline Web Scraper Byteline Web Scraper
ID cafbamlegfncpeanpfonnocjfhamlbim
官方URL https://chromewebstore.google.com/detail/byteline-web-scraper/cafbamlegfncpeanpfonnocjfhamlbim
简介 Byteline web scraper is used to select web page elements that needs to be scraped. It provides a simple point-and-click interface…
文件大小 6.42 MB
安装次数 831
当前版本 2.2.19
更新时间 2024-01-07
上架时间 2021-05-08
开发者 https://byteline.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.byteline.io/web-scraper
帮助页面URL https://www.byteline.io/contact-us
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Byteline Web Scraper",
    "name": "Byteline Web Scraper",
    "version": "2.2.19",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "cookies",
        ""
    ],
    "background": {
        "scripts": [
            "app\/background.js"
        ]
    },
    "icons": {
        "16": "icon_16x16.png",
        "32": "icon_32x32.png",
        "48": "icon_48x48.png",
        "64": "favicon.png",
        "128": "icon_128x128.png"
    },
    "browser_action": {
        "default_icon": "favicon.png"
    },
    "web_accessible_resources": [
        "\/static\/css\/content.css",
        "\/static\/media\/*",
        "\/webfonts\/OpenSans-Regular.ttf"
    ],
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}