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
Eメール [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"
    ]
}