Table Exporter

Simplify data analysis: Export tables as CSV with this Chrome extension. Click 'Export as CSV' for quick, effortless sharing.

什么是Table Exporter?

Table Exporter是由devharshadkumar开发的Chrome扩展程序,该扩展的主要功能是“Simplify data analysis: Export tables as CSV with this Chrome extension. Click 'Export as CSV' for quick, effortless sharing.”。

扩展截图

screenshot

下载Table Exporter扩展crx文件

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

扩展使用说明

                        This Chrome extension streamlines the process of data analysis by providing a straightforward solution to export tables as CSV files. With a simple click of the 'Export as CSV' button conveniently located next to any table on a webpage, users can swiftly download the data they need for in-depth analysis or effortless sharing. This user-friendly tool empowers individuals to extract valuable insights from web-based tables without the hassle of manual data extraction, making data analysis a more efficient and accessible task for all.                    

扩展基本信息

名称 Table Exporter Table Exporter
ID hilhbahifagjkiahkldkfngaheeoabap
官方URL https://chromewebstore.google.com/detail/table-exporter/hilhbahifagjkiahkldkfngaheeoabap
简介 Simplify data analysis: Export tables as CSV with this Chrome extension. Click 'Export as CSV' for quick, effortless sharing.
文件大小 15.6 KB
安装次数 41
当前版本 1.0
更新时间 2023-09-14
上架时间 2023-09-13
评分 5.00/5 共1次评分
开发者 devharshadkumar
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Table Exporter",
    "version": "1.0",
    "description": "Simplify data analysis: Export tables as CSV with this Chrome extension. Click 'Export as CSV' for quick, effortless sharing.",
    "permissions": [],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png",
            "256": "images\/icon256.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}