Chart Plotter
Draw Chart/Graph using .csv files. Simply Add a .csv and anlyze using graphs .
Apa itu Chart Plotter?
Chart Plotter adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Draw Chart/Graph using .csv files. Simply Add a .csv and anlyze using graphs .".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Chart Plotter
Unduh file ekstensi Chart Plotter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Chart Plotter |
ID | lfejeehfpbcmblfojolpmghonhbngngm |
URL Resmi | https://chromewebstore.google.com/detail/chart-plotter/lfejeehfpbcmblfojolpmghonhbngngm |
Deskripsi | Draw Chart/Graph using .csv files. Simply Add a .csv and anlyze using graphs . |
Ukuran File | 106 KB |
Jumlah Instalasi | 66 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2020-03-21 |
Tanggal Publikasi | 2020-03-21 |
Pengembang | Unknown |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/shan7030/Chart_Plotter |
Bahasa yang Didukung | 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": [] } |