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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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