Chart Plotter
Draw Chart/Graph using .csv files. Simply Add a .csv and anlyze using graphs .
什么是Chart Plotter?
Chart Plotter是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Draw Chart/Graph using .csv files. Simply Add a .csv and anlyze using graphs .”。
扩展截图
下载Chart Plotter扩展crx文件
下载Chart Plotter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | lfejeehfpbcmblfojolpmghonhbngngm |
| 官方URL | https://chromewebstore.google.com/detail/chart-plotter/lfejeehfpbcmblfojolpmghonhbngngm |
| 简介 | Draw Chart/Graph using .csv files. Simply Add a .csv and anlyze using graphs . |
| 文件大小 | 106 KB |
| 安装次数 | 66 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2020-03-21 |
| 上架时间 | 2020-03-21 |
| 开发者 | Unknown |
| 付费类型 | free |
| 扩展官网 | https://github.com/shan7030/Chart_Plotter |
| 支持的语言 | 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": []
} | |