Browserhub – Automated Visual Web Scraping
The visual web scraping builder of browserhub.io
Browserhub – Automated Visual Web Scraping란 무엇입니까?
Browserhub – Automated Visual Web Scraping은(는) https://browserhub.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The visual web scraping builder of browserhub.io"입니다.
확장 프로그램 스크린샷
Browserhub – Automated Visual Web Scraping 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension will help you build a web scraper visually. Some of the steps that you can do: • Get a list of data from a web page • Get some texts from a web page • Get some links from a web page • Setup pagination with a button click or continuous scroll • Click an element from a web page • Select a dropdown value from a web page • Write some input to a particular field from a web page • Solve CAPTCHAs • And many more
확장 프로그램 기본 정보
이름 | Browserhub – Automated Visual Web Scraping |
ID | pjghcpedbaikfbofdlpnacpdhcblflda |
공식 URL | https://chromewebstore.google.com/detail/browserhub-%E2%80%93-automated-vi/pjghcpedbaikfbofdlpnacpdhcblflda |
설명 | The visual web scraping builder of browserhub.io |
파일 크기 | 115 KB |
설치 횟수 | 44 |
현재 버전 | 1.4.1 |
최근 업데이트 | 2023-10-30 |
출시 날짜 | 2023-07-11 |
개발자 | https://browserhub.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.browserhub.io |
개인정보 보호 정책 페이지 URL | https://www.browserhub.io/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Browserhub \u2013 Automated Visual Web Scraping", "description": "The visual web scraping builder of browserhub.io", "version": "1.4.1", "icons": { "16": "logo16.png", "32": "logo32.png", "48": "logo48.png", "128": "logo128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "logo16.png", "32": "logo32.png", "48": "logo48.png", "128": "logo128.png" } }, "content_scripts": [ { "matches": [ " |