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