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