Table Extractor - Download any Table as a CSV

The extension downloads HTML tables in CSV format.

Table Extractor - Download any Table as a CSVとは何ですか?

Table Extractor - Download any Table as a CSVはAgency Enterpriseによって開発されたChromeの拡張機能で、その主な機能は「The extension downloads HTML tables in CSV format.」です。

拡張機能のスクリーンショット

screenshot

Table Extractor - Download any Table as a CSV拡張機能のCRXファイルをダウンロード

Table Extractor - Download any Table as a CSV拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Download HTML tables in CSV format. Perfect to use in Microsoft Excel or Google Sheets

Click the icon and then click on the table to download

The extension downloads HTML tables in CSV format.                    

拡張機能の基本情報

名前 Table Extractor - Download any Table as a CSV Table Extractor - Download any Table as a CSV
ID gojdhcmbagbdfpfpcdchieopbomnnohj
公式URL https://chromewebstore.google.com/detail/table-extractor-download/gojdhcmbagbdfpfpcdchieopbomnnohj
説明 The extension downloads HTML tables in CSV format.
ファイルサイズ 7.91 KB
インストール数 528
現在のバージョン 1.0
最終更新日 2022-03-08
公開日 2022-03-08
開発者 Agency Enterprise
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Table Extractor - Download any Table as a CSV",
    "manifest_version": 3,
    "version": "1.0",
    "description": "The extension downloads HTML tables in CSV format.",
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    }
}