Chart Plotter
Draw Chart/Graph using .csv files. Simply Add a .csv and anlyze using graphs .
Co to jest Chart Plotter?
Chart Plotter to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Draw Chart/Graph using .csv files. Simply Add a .csv and anlyze using graphs .”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Chart Plotter
Pobierz pliki rozszerzeń Chart Plotter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lfejeehfpbcmblfojolpmghonhbngngm |
| Oficjalny URL | https://chromewebstore.google.com/detail/chart-plotter/lfejeehfpbcmblfojolpmghonhbngngm |
| Opis | Draw Chart/Graph using .csv files. Simply Add a .csv and anlyze using graphs . |
| Rozmiar pliku | 106 KB |
| Liczba instalacji | 66 |
| Aktualna Wersja | 1.0.0 |
| Ostatnia Aktualizacja | 2020-03-21 |
| Data Publikacji | 2020-03-21 |
| Deweloper | Unknown |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/shan7030/Chart_Plotter |
| Obsługiwane Języki | 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": []
} | |