Text to CSV

Convert Text to CSV with this extension

Co to jest Text to CSV?

Text to CSV to rozszerzenie Chrome opracowane przez Mikal Taliferro, a jego główną funkcją jest „Convert Text to CSV with this extension”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Text to CSV

Pobierz pliki rozszerzeń Text to CSV w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Text to CSV Text to CSV
ID hmfmlgccdmgkcpegeljdiffgaemhopmi
Oficjalny URL https://chromewebstore.google.com/detail/text-to-csv/hmfmlgccdmgkcpegeljdiffgaemhopmi
Opis Convert Text to CSV with this extension
Rozmiar pliku 419 KB
Liczba instalacji 826
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2016-01-05
Data Publikacji 2016-01-05
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Mikal Taliferro
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}