GraphIt
An easy graphing tool
Was ist GraphIt?
GraphIt ist eine Chrome-Erweiterung, die von Declan Moore entwickelt wurde, und ihr Hauptmerkmal ist "An easy graphing tool".
GraphIt-Erweiterungs-CRX-Datei herunterladen
Laden Sie GraphIt-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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". Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nalfljjjghidmhmhpbagacpgmollpiok |
| Offizielle URL | https://chromewebstore.google.com/detail/graphit/nalfljjjghidmhmhpbagacpgmollpiok |
| Beschreibung | An easy graphing tool |
| Dateigröße | 5.88 KB |
| Installationsanzahl | 37 |
| Aktuelle Version | 0.1 |
| Letztes Update | 2017-01-18 |
| Veröffentlichungsdatum | 2017-01-18 |
| Entwickler | Declan Moore |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |