Chart Plotter
Draw Chart/Graph using .csv files. Simply Add a .csv and anlyze using graphs .
Cos'è Chart Plotter?
Chart Plotter è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Draw Chart/Graph using .csv files. Simply Add a .csv and anlyze using graphs .".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chart Plotter
Scarica i file di estensione Chart Plotter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | lfejeehfpbcmblfojolpmghonhbngngm |
| URL Ufficiale | https://chromewebstore.google.com/detail/chart-plotter/lfejeehfpbcmblfojolpmghonhbngngm |
| Descrizione | Draw Chart/Graph using .csv files. Simply Add a .csv and anlyze using graphs . |
| Dimensione del File | 106 KB |
| Conteggio Installazioni | 66 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2020-03-21 |
| Data di Pubblicazione | 2020-03-21 |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/shan7030/Chart_Plotter |
| Lingue Supportate | 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": []
} | |