Scrapebold

Webpage Data Extraction Tool

Scrapebold란 무엇입니까?

Scrapebold은(는) https://scrapebold.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Webpage Data Extraction Tool"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Scrapebold 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Scrapebold is a free web scraper that helps you scrape data from web pages easily. It saves data into a CSV File.This tool helps you find CSS selectors and create your own custom recipes. 

Please watch the video to see how to use it.                    

확장 프로그램 기본 정보

이름 Scrapebold Scrapebold
ID kjkefnldhelkogdhfiinddepofjbgmna
공식 URL https://chromewebstore.google.com/detail/scrapebold/kjkefnldhelkogdhfiinddepofjbgmna
설명 Webpage Data Extraction Tool
파일 크기 80.09 KB
설치 횟수 97
현재 버전 0.1.9
최근 업데이트 2021-06-09
출시 날짜 2021-05-30
개발자 https://scrapebold.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://scrapebold.com
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "0.1.9",
    "minimum_chrome_version": "31",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "content_security_policy": "script-src 'self'; font-src 'none'; frame-src 'none'; img-src 'self'; media-src 'none'; object-src 'none'",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "icons": {
        "128": "logo128.png",
        "48": "logo48.png",
        "19": "logo19.png",
        "16": "logo16.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "logo48.png",
            "32": "logo32.png",
            "128": "logo128.png"
        },
        "default_title": "scrapebold"
    },
    "web_accessible_resources": [
        "download-icon.png",
        "delete-icon.png",
        "show-icon.png",
        "edit-icon.png",
        "close-icon.png"
    ],
    "options_page": "options.html"
}