Grafana - Enhancement

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

O que é Grafana - Enhancement?

Grafana - Enhancement é uma extensão do Chrome desenvolvida por hankpyh, e sua principal característica é "This extension is to enhance the Grafana/Influxdb dashboard. 1. Grafana template variables with label "HIDE:" will be hidden in…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Grafana - Enhancement

Baixe arquivos de extensão Grafana - Enhancement no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Grafana - Enhancement Grafana - Enhancement
ID iheohkdfhbbmdiaofgmjomdpjhidakjf
URL Oficial https://chromewebstore.google.com/detail/grafana-enhancement/iheohkdfhbbmdiaofgmjomdpjhidakjf
Descrição This extension is to enhance the Grafana/Influxdb dashboard. 1. Grafana template variables with label "HIDE:" will be hidden in…
Tamanho do Arquivo 592 KB
Contagem de Instalações 368
Versão Atual 0.5
Última Atualização 2017-10-25
Data de Publicação 2017-10-24
Desenvolvedor hankpyh
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}