GraphIt

An easy graphing tool

O que é GraphIt?

GraphIt é uma extensão do Chrome desenvolvida por Declan Moore, e sua principal característica é "An easy graphing tool".

Baixar o arquivo CRX da Extensão GraphIt

Baixe arquivos de extensão GraphIt no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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".                    

Informações Básicas da Extensão

Nome GraphIt GraphIt
ID nalfljjjghidmhmhpbagacpgmollpiok
URL Oficial https://chromewebstore.google.com/detail/graphit/nalfljjjghidmhmhpbagacpgmollpiok
Descrição An easy graphing tool
Tamanho do Arquivo 5.88 KB
Contagem de Instalações 37
Versão Atual 0.1
Última Atualização 2017-01-18
Data de Publicação 2017-01-18
Desenvolvedor Declan Moore
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}