TBL Scraper

Scraper extracts data from web pages.

TBL Scraperとは何ですか?

TBL ScraperはUtopiaによって開発されたChromeの拡張機能で、その主な機能は「Scraper extracts data from web pages.」です。

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

screenshot

TBL Scraper拡張機能のCRXファイルをダウンロード

TBL Scraper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Scraper extracts data from web pages.

The plugin allows you to extract dozens of data such as title or domain name. It's a time-saving way to collect essential data for your business.

Free and easy to use web data extraction tool for everyone.                    

拡張機能の基本情報

名前 TBL Scraper TBL Scraper
ID impgmdkgimjbpaklcpilcechdojbafne
公式URL https://chromewebstore.google.com/detail/tbl-scraper/impgmdkgimjbpaklcpilcechdojbafne
説明 Scraper extracts data from web pages.
ファイルサイズ 41.37 KB
インストール数 334
現在のバージョン 1.0.2
最終更新日 2022-10-19
公開日 2022-10-12
評価 5.00/5 合計 1 レビュー
開発者 Utopia
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.2",
    "name": "TBL Scraper",
    "description": "Scraper extracts data from web pages. ",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo.png",
        "38": "logo.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "activeTab"
    ]
}