Graphify
Graphify
Qu'est-ce que Graphify ?
Graphify est une extension Chrome développée par https://openapp.blogspot.com, et sa fonction principale est "Graphify".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Graphify
Téléchargez les fichiers d'extension Graphify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Graphify automatically converts any CSV or any other delimited data into bootstrap compliant HTML5 graphs. Currently supports PIE, BAR, & LINE graphs. Just paste any delimited data and let Graphify help you find responsive graphs. Graphify is an innovative solution that will help you to: - visualize PIE, BAR, & LINE distributions, - interact with graphs and see point data, - download them as images, pdf etc. This powerful solution enables you to do all this instantly, with one click on the extension icon in the Chrome toolbar. !Note: this extension is supported on all the Google Chrome versions. CHANGES - v0.1.0 -- Released first version. After all done is better than perfect :)
Informations de Base sur l'Extension
Nom | Graphify |
ID | nojdcggjcpgmoelgichpfnibeicneeng |
URL Officiel | https://chromewebstore.google.com/detail/graphify/nojdcggjcpgmoelgichpfnibeicneeng |
Description | Graphify |
Taille du Fichier | 216 KB |
Nombre d'Installations | 96 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2013-07-08 |
Date de Publication | 2013-07-08 |
Développeur | https://openapp.blogspot.com |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Graphify", "version": "0.1.0", "manifest_version": 2, "description": "Graphify", "browser_action": { "default_icon": "icon.png", "default_popup": "src\/index.html" }, "permissions": [ "http:\/\/saggar.in\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |