Quick Graph
Graph data on the fly!
What is Quick Graph?
Quick Graph is a Chrome extension developed by JimJZhu, and its main feature is "Graph data on the fly!".
Extension Screenshots
Download Quick Graph Extension CRX File
Download Quick Graph 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
Quickly visualize your data with this lightweight graphing extension.
Extension Basic Information
Name | |
ID | oncegcmahicdjknggolfhlpfhknplgek |
Official URL | https://chrome.google.com/webstore/detail/quick-graph/oncegcmahicdjknggolfhlpfhknplgek |
Description | Graph data on the fly! |
File Size | 69.55 KB |
Installation Count | 523 |
Current Version | 1.2 |
Last Updated | 2017-10-21 |
Publish Date | 2017-10-21 |
Developer | JimJZhu |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Graph", "short_name": "QuickGraph", "description": "Graph data on the fly!", "version": "1.2", "author": "JimJZhu", "icons": { "16": "\/resources\/icon16.png", "48": "\/resources\/icon48.png", "128": "\/resources\/icon128.png" }, "browser_action": { "default_icon": "\/resources\/icon.png", "default_popup": "\/html\/popup.html", "default_title": "Quick Graph!" }, "permissions": [ "activeTab" ], "offline_enabled": true } |