Text to CSV
Convert Text to CSV with this extension
Text to CSVとは何ですか?
Text to CSVはMikal Taliferroによって開発されたChromeの拡張機能で、その主な機能は「Convert Text to CSV with this extension」です。
拡張機能のスクリーンショット
Text to CSV拡張機能のCRXファイルをダウンロード
Text to CSV拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A Text to CSV Converter designed for MY NASA DATA Live Access Server results. Instructions for MyNasaData ============================ 1. Convert the data to open Google Sheets 2. In Google Sheets go to FILE and press 'Convert to Google Sheets' 3. Select the Google Sheets name and change it to something else. 4. Select the Google Sheets tab at the bottom and do the same.
拡張機能の基本情報
名前 | Text to CSV |
ID | hmfmlgccdmgkcpegeljdiffgaemhopmi |
公式URL | https://chromewebstore.google.com/detail/text-to-csv/hmfmlgccdmgkcpegeljdiffgaemhopmi |
説明 | Convert Text to CSV with this extension |
ファイルサイズ | 419 KB |
インストール数 | 826 |
現在のバージョン | 0.0.1 |
最終更新日 | 2016-01-05 |
公開日 | 2016-01-05 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Mikal Taliferro |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Text to CSV", "short_name": "Text to CSV", "author": "Mikal Taliferro", "description": "Convert Text to CSV with this extension", "version": "0.0.1", "minimum_chrome_version": "38", "browser_action": { "default_icon": "assets\/icon_19.png", "default_title": "Text to CSV", "default_popup": "index.html" } } |