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
官方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
电子邮箱 [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"
    }
}