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
电子邮箱 [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"
    ]
}