Chart Plotter
Draw Chart/Graph using .csv files. Simply Add a .csv and anlyze using graphs .
Wat is Chart Plotter?
Chart Plotter is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Draw Chart/Graph using .csv files. Simply Add a .csv and anlyze using graphs .".
Extensie Screenshots
Download het CRX-bestand van de extensie Chart Plotter
Download Chart Plotter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Chart Plotter |
ID | lfejeehfpbcmblfojolpmghonhbngngm |
Officiële URL | https://chromewebstore.google.com/detail/chart-plotter/lfejeehfpbcmblfojolpmghonhbngngm |
Beschrijving | Draw Chart/Graph using .csv files. Simply Add a .csv and anlyze using graphs . |
Bestandsgrootte | 106 KB |
Aantal Installaties | 66 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2020-03-21 |
Publicatiedatum | 2020-03-21 |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Extensiewebsite | https://github.com/shan7030/Chart_Plotter |
Ondersteunde Talen | 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": [] } |