Table to CSV
Any html table you click on is downloaded in csv format.
Table to CSVとは何ですか?
Table to CSVはkikoによって開発されたChromeの拡張機能で、その主な機能は「Any html table you click on is downloaded in csv format.」です。
拡張機能のスクリーンショット
Table to CSV拡張機能のCRXファイルをダウンロード
Table to CSV拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Shift+click on any html table to download in csv format. Works on tables that have inputs. Wraps each column in double quotes and escapes double quotes in table data, so commas and quotes are ok to have in your html column data.
拡張機能の基本情報
名前 | |
ID | obbfbcfdflibnmadiigfgkkheoncmkfi |
公式URL | https://chrome.google.com/webstore/detail/table-to-csv/obbfbcfdflibnmadiigfgkkheoncmkfi |
説明 | Any html table you click on is downloaded in csv format. |
ファイルサイズ | 5.68 KB |
インストール数 | 493 |
現在のバージョン | 1.0.3 |
最終更新日 | 2021-08-22 |
公開日 | 2020-09-29 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | kiko |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://rickastleybomb.mediabot.ca/privacy.php |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Table to CSV", "description": "Any html table you click on is downloaded in csv format.", "version": "1.0.3", "icons": { "128": "table-icon.png" }, "content_scripts": [ { "matches": [ " |