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 .”。

擴展截圖

screenshot

下載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                    

擴展基本資訊

名稱 Chart Plotter Chart Plotter
ID lfejeehfpbcmblfojolpmghonhbngngm
官方網址 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": []
}