Quick Graph
Graph data on the fly!
Wat is Quick Graph?
Quick Graph is een Chrome-extensie ontwikkeld door JimJZhu, en de belangrijkste functie is "Graph data on the fly!".
Extensie Screenshots
Download het CRX-bestand van de extensie Quick Graph
Download Quick Graph-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Quickly visualize your data with this lightweight graphing extension.
Basisinformatie over de Extensie
Naam | |
ID | oncegcmahicdjknggolfhlpfhknplgek |
Officiële URL | https://chrome.google.com/webstore/detail/quick-graph/oncegcmahicdjknggolfhlpfhknplgek |
Beschrijving | Graph data on the fly! |
Bestandsgrootte | 69.55 KB |
Aantal Installaties | 523 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2017-10-21 |
Publicatiedatum | 2017-10-21 |
Ontwikkelaar | JimJZhu |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |