Chart Plotter

Draw Chart/Graph using .csv files. Simply Add a .csv and anlyze using graphs .

Chart Plotterคืออะไร?

Chart Plotter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Draw Chart/Graph using .csv files. Simply Add a .csv and anlyze using graphs ."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chart Plotter

ดาวน์โหลดไฟล์ส่วนขยาย 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
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": []
}