GraphIt
An easy graphing tool
What is GraphIt?
GraphIt is a Chrome extension developed by Declan Moore, and its main feature is "An easy graphing tool".
Download GraphIt Extension CRX File
Download GraphIt extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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".
Extension Basic Information
Name | GraphIt |
ID | nalfljjjghidmhmhpbagacpgmollpiok |
Official URL | https://chromewebstore.google.com/detail/graphit/nalfljjjghidmhmhpbagacpgmollpiok |
Description | An easy graphing tool |
File Size | 5.88 KB |
Installation Count | 37 |
Current Version | 0.1 |
Last Updated | 2017-01-18 |
Publish Date | 2017-01-18 |
Developer | Declan Moore |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |