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文件
下载Browserhub – Automated Visual Web Scraping扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| 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": [
" | |