GraphIt
An easy graphing tool
Vad är GraphIt?
GraphIt är en Chrome-tillägg utvecklad av Declan Moore, och dess huvudfunktion är "An easy graphing tool".
Ladda ner GraphIt-förlängningens CRX-fil
Ladda ner GraphIt-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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". Grundläggande Information om Tillägg
| Namn | |
| ID | nalfljjjghidmhmhpbagacpgmollpiok |
| Officiell webbadress | https://chromewebstore.google.com/detail/graphit/nalfljjjghidmhmhpbagacpgmollpiok |
| Beskrivning | An easy graphing tool |
| Filstorlek | 5.88 KB |
| Antal Installationer | 37 |
| Aktuell Version | 0.1 |
| Senast Uppdaterad | 2017-01-18 |
| Publiceringsdatum | 2017-01-18 |
| Utvecklare | Declan Moore |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |