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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}