GraphIt
An easy graphing tool
什麼是GraphIt?
GraphIt是由Declan Moore開發的Chrome擴展程式,該擴展的主要功能是“An easy graphing tool”。
下載GraphIt擴展crx文件
下載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 |
ID | nalfljjjghidmhmhpbagacpgmollpiok |
官方網址 | 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" ] } |