GraphIt
An easy graphing tool
Apa itu GraphIt?
GraphIt adalah ekstensi Chrome yang dikembangkan oleh Declan Moore, dan fitur utamanya adalah "An easy graphing tool".
Unduh Berkas CRX Ekstensi GraphIt
Unduh file ekstensi GraphIt dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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".
Informasi Dasar Ekstensi
Nama | GraphIt |
ID | nalfljjjghidmhmhpbagacpgmollpiok |
URL Resmi | https://chromewebstore.google.com/detail/graphit/nalfljjjghidmhmhpbagacpgmollpiok |
Deskripsi | An easy graphing tool |
Ukuran File | 5.88 KB |
Jumlah Instalasi | 37 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2017-01-18 |
Tanggal Publikasi | 2017-01-18 |
Pengembang | Declan Moore |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |