Chart Plotter
Draw Chart/Graph using .csv files. Simply Add a .csv and anlyze using graphs .
What is Chart Plotter?
Chart Plotter is a Chrome extension developed by Unknown, and its main feature is "Draw Chart/Graph using .csv files. Simply Add a .csv and anlyze using graphs .".
Extension Screenshots
Download Chart Plotter Extension CRX File
Download Chart Plotter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Chart Plotter |
ID | lfejeehfpbcmblfojolpmghonhbngngm |
Official URL | https://chromewebstore.google.com/detail/chart-plotter/lfejeehfpbcmblfojolpmghonhbngngm |
Description | Draw Chart/Graph using .csv files. Simply Add a .csv and anlyze using graphs . |
File Size | 106 KB |
Installation Count | 66 |
Current Version | 1.0.0 |
Last Updated | 2020-03-21 |
Publish Date | 2020-03-21 |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/shan7030/Chart_Plotter |
Supported Languages | 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": [] } |