Text to CSV

Convert Text to CSV with this extension

Wat is Text to CSV?

Text to CSV is een Chrome-extensie ontwikkeld door Mikal Taliferro, en de belangrijkste functie is "Convert Text to CSV with this extension".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Text to CSV

Download Text to CSV-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Text to CSV Text to CSV
ID hmfmlgccdmgkcpegeljdiffgaemhopmi
Officiële URL https://chromewebstore.google.com/detail/text-to-csv/hmfmlgccdmgkcpegeljdiffgaemhopmi
Beschrijving Convert Text to CSV with this extension
Bestandsgrootte 419 KB
Aantal Installaties 826
Huidige Versie 0.0.1
Laatst Bijgewerkt 2016-01-05
Publicatiedatum 2016-01-05
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Mikal Taliferro
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}