Table Download

Download HTML Tables from pages in spreadsheet format

什麼是Table Download?

Table Download是由Arun開發的Chrome擴展程式,該擴展的主要功能是“Download HTML Tables from pages in spreadsheet format”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Table Download擴展crx文件

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

擴展使用說明

                        Download HTML tables from pages in spreadsheet format (XLS). Users can also copy HTML tables and paste them into the spreadsheet application without losing the table format.

The data is copied in raw HTML format, and a warning will be displayed while opening the downloaded file. Users need not be concerned, as HTML code is sanitized using the DOMPurify library. DOMPurify will strip out everything that contains dangerous HTML and thereby prevent XSS attacks and other nastiness.

Permissions Requested
Scripting and Active Tab: required to inject JavaScript code into the webpage of the active tab, which is only activated when the extension icon is clicked.

Table Download extension is Open Source. If you want to contribute to this project or encounter any issues please visit: https://github.com/arunelias/table-download                    

擴展基本資訊

名稱 Table Download Table Download
ID fgbeljjpgojmkhficlfdeclfmfmgkahp
官方網址 https://chromewebstore.google.com/detail/table-download/fgbeljjpgojmkhficlfdeclfmfmgkahp
簡介 Download HTML Tables from pages in spreadsheet format
檔案大小 70.35 KB
安裝次數 1,045
目前版本 2.1
更新時間 2023-12-04
上架時間 2021-08-04
開發者 Arun
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/arunelias/table-download
說明頁面URL https://github.com/arunelias/table-download/issues
支援的語言 de,en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "2.1",
    "manifest_version": 3,
    "homepage_url": "https:\/\/github.com\/arunelias\/table-download",
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Table Download",
        "default_icon": "assets\/icon\/icon.png"
    },
    "icons": {
        "16": "assets\/icon\/icon.png",
        "32": "assets\/icon\/icon.png",
        "48": "assets\/icon\/icon.png",
        "64": "assets\/icon\/icon.png"
    },
    "default_locale": "en"
}