Chart Plotter
Draw Chart/Graph using .csv files. Simply Add a .csv and anlyze using graphs .
Co je Chart Plotter?
Chart Plotter je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Draw Chart/Graph using .csv files. Simply Add a .csv and anlyze using graphs .“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Chart Plotter
Stáhněte si soubory rozšíření Chart Plotter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Chart Plotter |
ID | lfejeehfpbcmblfojolpmghonhbngngm |
Oficiální URL | https://chromewebstore.google.com/detail/chart-plotter/lfejeehfpbcmblfojolpmghonhbngngm |
Popis | Draw Chart/Graph using .csv files. Simply Add a .csv and anlyze using graphs . |
Velikost souboru | 106 KB |
Počet instalací | 66 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2020-03-21 |
Datum Vydání | 2020-03-21 |
Vývojář | Unknown |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/shan7030/Chart_Plotter |
Podporované Jazyky | 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": [] } |