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
官方網址 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"
        }
    ]
}