GraphIt

An easy graphing tool

ما هو GraphIt؟

GraphIt هو إضافة Chrome تم تطويرها بواسطة Declan Moore، والميزة الرئيسية لها هي "An easy graphing tool".

تحميل ملف CRX للإضافة GraphIt

قم بتنزيل ملفات الامتداد GraphIt بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension allows you to click a button on the toolbox, and open a graph where you can plug in an equation, or plot a point on the graph, and show the ordered pair.

Drawbacks:
-The user has to type "log10" rather than "log".                    

معلومات أساسية عن التمديد

الاسم GraphIt GraphIt
ID nalfljjjghidmhmhpbagacpgmollpiok
عنوان URL الرسمي https://chromewebstore.google.com/detail/graphit/nalfljjjghidmhmhpbagacpgmollpiok
الوصف An easy graphing tool
حجم الملف 5.88 KB
عدد التثبيتات 37
النسخة الحالية 0.1
آخر تحديث 2017-01-18
تاريخ النشر 2017-01-18
المطور Declan Moore
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GraphIt",
    "version": "0.1",
    "manifest_version": 2,
    "description": "An easy graphing tool",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "GraphIt",
        "default_popup": "extension.html"
    },
    "permissions": [
        "notifications"
    ]
}