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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 معلومات أساسية عن التمديد
| الاسم | |
| 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": []
} | |