Table Extractor - Download any Table as a CSV

The extension downloads HTML tables in CSV format.

什么是Table Extractor - Download any Table as a CSV?

Table Extractor - Download any Table as a CSV是由Agency Enterprise开发的Chrome扩展程序,该扩展的主要功能是“The extension downloads HTML tables in CSV format.”。

扩展截图

screenshot

下载Table Extractor - Download any Table as a CSV扩展crx文件

下载Table Extractor - Download any Table as a CSV扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Download HTML tables in CSV format. Perfect to use in Microsoft Excel or Google Sheets

Click the icon and then click on the table to download

The extension downloads HTML tables in CSV format.                    

扩展基本信息

名称 Table Extractor - Download any Table as a CSV Table Extractor - Download any Table as a CSV
ID gojdhcmbagbdfpfpcdchieopbomnnohj
官方URL https://chromewebstore.google.com/detail/table-extractor-download/gojdhcmbagbdfpfpcdchieopbomnnohj
简介 The extension downloads HTML tables in CSV format.
文件大小 7.91 KB
安装次数 528
当前版本 1.0
更新时间 2022-03-08
上架时间 2022-03-08
开发者 Agency Enterprise
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Table Extractor - Download any Table as a CSV",
    "manifest_version": 3,
    "version": "1.0",
    "description": "The extension downloads HTML tables in CSV format.",
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    }
}