GraphIt

An easy graphing tool

GraphItคืออะไร?

GraphIt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Declan Moore และคุณลักษณะหลักของมันคือ "An easy graphing tool"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GraphIt

ดาวน์โหลดไฟล์ส่วนขยาย GraphIt ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}