Chart Plotter

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

Qu'est-ce que Chart Plotter ?

Chart Plotter est une extension Chrome développée par Unknown, et sa fonction principale est "Draw Chart/Graph using .csv files. Simply Add a .csv and anlyze using graphs .".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Chart Plotter

Téléchargez les fichiers d'extension Chart Plotter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Chart Plotter Chart Plotter
ID lfejeehfpbcmblfojolpmghonhbngngm
URL Officiel https://chromewebstore.google.com/detail/chart-plotter/lfejeehfpbcmblfojolpmghonhbngngm
Description Draw Chart/Graph using .csv files. Simply Add a .csv and anlyze using graphs .
Taille du Fichier 106 KB
Nombre d'Installations 66
Version Actuelle 1.0.0
Dernière Mise à Jour 2020-03-21
Date de Publication 2020-03-21
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://github.com/shan7030/Chart_Plotter
Langues Prises en Charge 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": []
}