Text to CSV

Convert Text to CSV with this extension

Qu'est-ce que Text to CSV ?

Text to CSV est une extension Chrome développée par Mikal Taliferro, et sa fonction principale est "Convert Text to CSV with this extension".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Text to CSV

Téléchargez les fichiers d'extension Text to CSV au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Text to CSV Text to CSV
ID hmfmlgccdmgkcpegeljdiffgaemhopmi
URL Officiel https://chromewebstore.google.com/detail/text-to-csv/hmfmlgccdmgkcpegeljdiffgaemhopmi
Description Convert Text to CSV with this extension
Taille du Fichier 419 KB
Nombre d'Installations 826
Version Actuelle 0.0.1
Dernière Mise à Jour 2016-01-05
Date de Publication 2016-01-05
Évaluation 5.00/5 Total 2 Évaluations
Développeur Mikal Taliferro
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}