HTML table to csv

This extension convert html tables to csv files.

HTML table to csvとは何ですか?

HTML table to csvはyazanewebによって開発されたChromeの拡張機能で、その主な機能は「This extension convert html tables to csv files.」です。

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

screenshot

HTML table to csv拡張機能のCRXファイルをダウンロード

HTML table to csv拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension allow you to export all the HTML tables in the current page as a csv file.                    

拡張機能の基本情報

名前 HTML table to csv HTML table to csv
ID ekcjldfelniofapdjpdpbknojmnnmoba
公式URL https://chromewebstore.google.com/detail/html-table-to-csv/ekcjldfelniofapdjpdpbknojmnnmoba
説明 This extension convert html tables to csv files.
ファイルサイズ 753 KB
インストール数 863
現在のバージョン 1.1
最終更新日 2022-07-02
公開日 2022-06-29
評価 2.50/5 合計 2 レビュー
開発者 yazaneweb
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HTML table to csv",
    "description": "This extension convert html tables to csv files.",
    "version": "1.1",
    "action": {
        "default_icon": "img\/logo.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/loading.gif"
            ],
            "matches": [
                ""
            ]
        }
    ]
}