Table Data Export
Table Data Export Plugin
Table Data Exportとは何ですか?
Table Data ExportはYasir Arafatによって開発されたChromeの拡張機能で、その主な機能は「Table Data Export Plugin」です。
拡張機能のスクリーンショット
Table Data Export拡張機能のCRXファイルをダウンロード
Table Data Export拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Table Data Export plugin gives you the ability to easily export HTML tables to the CSV. It needs a little information though to start with, it needs table's id/class value which needs to be exported to CSV. It comes with below features: i) User can either select ALL Columns or a column range for export ii) There is a provision for file name where User can give the name of the file to be exported iii) It just needs either HTML table's id or class value to be exported
拡張機能の基本情報
名前 | Table Data Export |
ID | edekdaabfonaodpbggccaamfhggjggki |
公式URL | https://chromewebstore.google.com/detail/table-data-export/edekdaabfonaodpbggccaamfhggjggki |
説明 | Table Data Export Plugin |
ファイルサイズ | 9.83 KB |
インストール数 | 1,266 |
現在のバージョン | 1.0.3 |
最終更新日 | 2021-07-28 |
公開日 | 2019-02-15 |
評価 | 4.67/5 合計 3 レビュー |
開発者 | Yasir Arafat |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Table Data Export", "short_name": "Table Export", "version": "1.0.3", "manifest_version": 2, "description": "Table Data Export Plugin", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png", "128": "images\/icon-128.png" }, "default_title": "Table Data Export", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |