GraphIt
An easy graphing tool
Wat is GraphIt?
GraphIt is een Chrome-extensie ontwikkeld door Declan Moore, en de belangrijkste functie is "An easy graphing tool".
Download het CRX-bestand van de extensie GraphIt
Download GraphIt-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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". Basisinformatie over de Extensie
| Naam | |
| ID | nalfljjjghidmhmhpbagacpgmollpiok |
| Officiële URL | https://chromewebstore.google.com/detail/graphit/nalfljjjghidmhmhpbagacpgmollpiok |
| Beschrijving | An easy graphing tool |
| Bestandsgrootte | 5.88 KB |
| Aantal Installaties | 37 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2017-01-18 |
| Publicatiedatum | 2017-01-18 |
| Ontwikkelaar | Declan Moore |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |