Table Data Export

Table Data Export Plugin

什么是Table Data Export?

Table Data Export是由Yasir Arafat开发的Chrome扩展程序,该扩展的主要功能是“Table Data Export Plugin”。

扩展截图

screenshot
screenshot

下载Table Data Export扩展crx文件

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

扩展使用说明

                        Table Data Export plugin gives you the ability to easily export HTML tables to the CSV. It needs a little information though to start with, it needs table's id/class value which needs to be exported to CSV. It comes with below features:
	i) User can either select ALL Columns or a column range for export
	ii) There is a provision for file name where User can give the name of the file to be exported
	iii) It just needs either HTML table's id or class value to be exported                    

扩展基本信息

名称 Table Data Export Table Data Export
ID edekdaabfonaodpbggccaamfhggjggki
官方URL https://chromewebstore.google.com/detail/table-data-export/edekdaabfonaodpbggccaamfhggjggki
简介 Table Data Export Plugin
文件大小 9.83 KB
安装次数 1,266
当前版本 1.0.3
更新时间 2021-07-28
上架时间 2019-02-15
评分 4.67/5 共3次评分
开发者 Yasir Arafat
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Table Data Export",
    "short_name": "Table Export",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Table Data Export Plugin",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "Table Data Export",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}