TableScraper

Allows you to download web tables as .csv files

什么是TableScraper?

TableScraper是由JessieCS50开发的Chrome扩展程序,该扩展的主要功能是“Allows you to download web tables as .csv files”。

扩展截图

screenshot
screenshot

下载TableScraper扩展crx文件

下载TableScraper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Automatically finds tables in web pages and adds "Download as csv" buttons so you can easily collect data without the need for copy and paste. "I wish I could download this as a csv" - now you can!                    

扩展基本信息

名称 TableScraper TableScraper
ID emkcilhnngffafccblemkljfpkabpapg
官方URL https://chromewebstore.google.com/detail/tablescraper/emkcilhnngffafccblemkljfpkabpapg
简介 Allows you to download web tables as .csv files
文件大小 55.5 KB
安装次数 163
当前版本 1.1
更新时间 2020-05-04
上架时间 2020-05-04
开发者 JessieCS50
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TableScraper",
    "version": "1.1",
    "description": "Allows you to download web tables as .csv files",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        }
    },
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "manifest_version": 2
}