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”。

擴展截圖

screenshot

下載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 Text to CSV
ID hmfmlgccdmgkcpegeljdiffgaemhopmi
官方網址 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
電子郵箱 [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"
    }
}