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
擴展基本資訊
名稱 | Browserhub – Automated Visual Web Scraping |
ID | pjghcpedbaikfbofdlpnacpdhcblflda |
官方網址 | 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": [ " |