Graphify

Graphify

¿Qué es Graphify?

Graphify es una extensión de Chrome desarrollada por https://openapp.blogspot.com, y su función principal es "Graphify".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Graphify

Descarga archivos de extensión Graphify en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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 :)                    

Información Básica de la Extensión

Nombre Graphify Graphify
ID nojdcggjcpgmoelgichpfnibeicneeng
URL Oficial https://chromewebstore.google.com/detail/graphify/nojdcggjcpgmoelgichpfnibeicneeng
Descripción Graphify
Tamaño del Archivo 216 KB
Cantidad de Instalaciones 96
Versión Actual 0.1.0
Última Actualización 2013-07-08
Fecha de Publicación 2013-07-08
Desarrollador https://openapp.blogspot.com
Tipo de Pago free
Idiomas Soportados 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'"
}