Chart Plotter

Draw Chart/Graph using .csv files. Simply Add a .csv and anlyze using graphs .

O que é Chart Plotter?

Chart Plotter é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Draw Chart/Graph using .csv files. Simply Add a .csv and anlyze using graphs .".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Chart Plotter

Baixe arquivos de extensão Chart Plotter 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

                        Draw Chart/Graph using .csv files. Simply Add a .csv and anlyze using graphs .
Steps to plot Graph:
1. Add a csv
2. Add the column no for X-axis as per the .csv
3. Add the column no for Y-axis as per the .csv 
4. Add the row no for the start of the data                    

Informações Básicas da Extensão

Nome Chart Plotter Chart Plotter
ID lfejeehfpbcmblfojolpmghonhbngngm
URL Oficial https://chromewebstore.google.com/detail/chart-plotter/lfejeehfpbcmblfojolpmghonhbngngm
Descrição Draw Chart/Graph using .csv files. Simply Add a .csv and anlyze using graphs .
Tamanho do Arquivo 106 KB
Contagem de Instalações 66
Versão Atual 1.0.0
Última Atualização 2020-03-21
Data de Publicação 2020-03-21
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão https://github.com/shan7030/Chart_Plotter
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chart Plotter",
    "description": "Draw Chart\/Graph using .csv files. Simply Add a .csv and anlyze using graphs .",
    "minimum_chrome_version": "46",
    "version": "1.0.0",
    "icons": {
        "128": "logo_128.png"
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "content_scripts": []
}