Grafana - Enhancement

This extension is to enhance the Grafana/Influxdb dashboard. 1. Grafana template variables with label "HIDE:" will be hidden in…

¿Qué es Grafana - Enhancement?

Grafana - Enhancement es una extensión de Chrome desarrollada por hankpyh, y su función principal es "This extension is to enhance the Grafana/Influxdb dashboard. 1. Grafana template variables with label "HIDE:" will be hidden in…".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Grafana - Enhancement

Descarga archivos de extensión Grafana - Enhancement 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

                        This extension is to enhance the Grafana/Influxdb dashboard. 
1. Grafana template variables with label "HIDE:" will be hidden in the dashboard.
2. It will rename the title of Grafana table panel whose title starting with "XSUM:", and show the sum stat of the table rather than the table cells. 

v0.4: Add context menu to show and hide graph and row.                    

Información Básica de la Extensión

Nombre Grafana - Enhancement Grafana - Enhancement
ID iheohkdfhbbmdiaofgmjomdpjhidakjf
URL Oficial https://chromewebstore.google.com/detail/grafana-enhancement/iheohkdfhbbmdiaofgmjomdpjhidakjf
Descripción This extension is to enhance the Grafana/Influxdb dashboard. 1. Grafana template variables with label "HIDE:" will be hidden in…
Tamaño del Archivo 592 KB
Cantidad de Instalaciones 368
Versión Actual 0.5
Última Actualización 2017-10-25
Fecha de Publicación 2017-10-24
Desarrollador hankpyh
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Grafana - Enhancement",
    "version": "0.5",
    "minimum_chrome_version": "23",
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_title": "Grafana - Enhancement"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/grafana-riad.wbx2.com\/dashboard\/db\/*",
                "https:\/\/grafana-riad2.wbx2.com\/dashboard\/db\/*",
                "https:\/\/grafana-rdfw2.wbx2.com\/dashboard\/db\/*",
                "https:\/\/grafana-achm.wbx2.com\/dashboard\/db\/*"
            ],
            "js": [
                "thirdparty\/jquery-3.2.1.min.js",
                "manipulate_table.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}