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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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 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
Eメール [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": [
                ""
            ],
            "js": [
                "color_scheme_checker.js",
                "container.js"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "tabs",
        "webNavigation",
        "cookies"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "style.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "https:\/\/app.browserhub.io\/*"
        ]
    }
}