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": []
} | |