Table Extractor

Export all table content on a webpage to json or csv in a single click.

什麼是Table Extractor?

Table Extractor是由akopyany開發的Chrome擴展程式,該擴展的主要功能是“Export all table content on a webpage to json or csv in a single click.”。

擴展截圖

screenshot
screenshot

下載Table Extractor擴展crx文件

下載Table Extractor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Extract tables on webpage to CSV or JSON. Forget about manually selecting tables and content. The tool will find all html tables on a page and make a json or csv of each one.                    

擴展基本資訊

名稱 Table Extractor Table Extractor
ID bplejbaicgjafneipkgikahgengigkpe
官方網址 https://chromewebstore.google.com/detail/table-extractor/bplejbaicgjafneipkgikahgengigkpe
簡介 Export all table content on a webpage to json or csv in a single click.
檔案大小 5.66 KB
安裝次數 66
目前版本 1.0
更新時間 2023-09-25
上架時間 2023-09-25
開發者 akopyany
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Table Extractor",
    "version": "1.0",
    "description": "Export all table content on a webpage to json or csv in a single click.",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": []
    }
}