Text to CSV

Convert Text to CSV with this extension

Vad är Text to CSV?

Text to CSV är en Chrome-tillägg utvecklad av Mikal Taliferro, och dess huvudfunktion är "Convert Text to CSV with this extension".

Tilläggsskärmbilder

screenshot

Ladda ner Text to CSV-förlängningens CRX-fil

Ladda ner Text to CSV-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Text to CSV Text to CSV
ID hmfmlgccdmgkcpegeljdiffgaemhopmi
Officiell webbadress https://chromewebstore.google.com/detail/text-to-csv/hmfmlgccdmgkcpegeljdiffgaemhopmi
Beskrivning Convert Text to CSV with this extension
Filstorlek 419 KB
Antal Installationer 826
Aktuell Version 0.0.1
Senast Uppdaterad 2016-01-05
Publiceringsdatum 2016-01-05
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Mikal Taliferro
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}