GraphIt
An easy graphing tool
Co to jest GraphIt?
GraphIt to rozszerzenie Chrome opracowane przez Declan Moore, a jego główną funkcją jest „An easy graphing tool”.
Pobierz plik CRX rozszerzenia GraphIt
Pobierz pliki rozszerzeń GraphIt w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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". Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | nalfljjjghidmhmhpbagacpgmollpiok |
| Oficjalny URL | https://chromewebstore.google.com/detail/graphit/nalfljjjghidmhmhpbagacpgmollpiok |
| Opis | An easy graphing tool |
| Rozmiar pliku | 5.88 KB |
| Liczba instalacji | 37 |
| Aktualna Wersja | 0.1 |
| Ostatnia Aktualizacja | 2017-01-18 |
| Data Publikacji | 2017-01-18 |
| Deweloper | Declan Moore |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |