Chart Plotter

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

Was ist Chart Plotter?

Chart Plotter ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Draw Chart/Graph using .csv files. Simply Add a .csv and anlyze using graphs .".

Erweiterungsscreenshots

screenshot

Chart Plotter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Chart Plotter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Chart Plotter Chart Plotter
ID lfejeehfpbcmblfojolpmghonhbngngm
Offizielle URL https://chromewebstore.google.com/detail/chart-plotter/lfejeehfpbcmblfojolpmghonhbngngm
Beschreibung Draw Chart/Graph using .csv files. Simply Add a .csv and anlyze using graphs .
Dateigröße 106 KB
Installationsanzahl 66
Aktuelle Version 1.0.0
Letztes Update 2020-03-21
Veröffentlichungsdatum 2020-03-21
Entwickler Unknown
Zahlungsart free
Erweiterungswebsite https://github.com/shan7030/Chart_Plotter
Unterstützte Sprachen 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": []
}