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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hankpyh และคุณลักษณะหลักของมันคือ "This extension is to enhance the Grafana/Influxdb dashboard. 1. Grafana template variables with label "HIDE:" will be hidden in…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Grafana - Enhancement

ดาวน์โหลดไฟล์ส่วนขยาย Grafana - Enhancement ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}