GraphIt

An easy graphing tool

Qu'est-ce que GraphIt ?

GraphIt est une extension Chrome développée par Declan Moore, et sa fonction principale est "An easy graphing tool".

Télécharger le fichier CRX de l'extension GraphIt

Téléchargez les fichiers d'extension GraphIt au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom GraphIt GraphIt
ID nalfljjjghidmhmhpbagacpgmollpiok
URL Officiel https://chromewebstore.google.com/detail/graphit/nalfljjjghidmhmhpbagacpgmollpiok
Description An easy graphing tool
Taille du Fichier 5.88 KB
Nombre d'Installations 37
Version Actuelle 0.1
Dernière Mise à Jour 2017-01-18
Date de Publication 2017-01-18
Développeur Declan Moore
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}