Grafana - Enhancement

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

Grafana - Enhancement क्या है?

Grafana - Enhancement hankpyh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is to enhance the Grafana/Influxdb dashboard. 1. Grafana template variables with label "HIDE:" will be hidden in…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Grafana - Enhancement एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Grafana - Enhancement Grafana - Enhancement
ID iheohkdfhbbmdiaofgmjomdpjhidakjf
आधिकारिक URL https://chromewebstore.google.com/detail/grafana-enhancement/iheohkdfhbbmdiaofgmjomdpjhidakjf
विवरण This extension is to enhance the Grafana/Influxdb dashboard. 1. Grafana template variables with label "HIDE:" will be hidden in…
फ़ाइल का आकार 592 KB
स्थापना संख्या 368
वर्तमान संस्करण 0.5
अंतिम अपडेट 2017-10-25
प्रकाशन तिथि 2017-10-24
डेवलपर hankpyh
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}