Text to CSV

Convert Text to CSV with this extension

O que é Text to CSV?

Text to CSV é uma extensão do Chrome desenvolvida por Mikal Taliferro, e sua principal característica é "Convert Text to CSV with this extension".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Text to CSV

Baixe arquivos de extensão Text to CSV no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Text to CSV Text to CSV
ID hmfmlgccdmgkcpegeljdiffgaemhopmi
URL Oficial https://chromewebstore.google.com/detail/text-to-csv/hmfmlgccdmgkcpegeljdiffgaemhopmi
Descrição Convert Text to CSV with this extension
Tamanho do Arquivo 419 KB
Contagem de Instalações 826
Versão Atual 0.0.1
Última Atualização 2016-01-05
Data de Publicação 2016-01-05
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Mikal Taliferro
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}