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 .".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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": [] } |