Grafana - Enhancement
This extension is to enhance the Grafana/Influxdb dashboard. 1. Grafana template variables with label "HIDE:" will be hidden in…
Was ist Grafana - Enhancement?
Grafana - Enhancement ist eine Chrome-Erweiterung, die von hankpyh entwickelt wurde, und ihr Hauptmerkmal ist "This extension is to enhance the Grafana/Influxdb dashboard. 1. Grafana template variables with label "HIDE:" will be hidden in…".
Erweiterungsscreenshots
Grafana - Enhancement-Erweiterungs-CRX-Datei herunterladen
Laden Sie Grafana - Enhancement-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | iheohkdfhbbmdiaofgmjomdpjhidakjf |
| Offizielle URL | https://chromewebstore.google.com/detail/grafana-enhancement/iheohkdfhbbmdiaofgmjomdpjhidakjf |
| Beschreibung | This extension is to enhance the Grafana/Influxdb dashboard. 1. Grafana template variables with label "HIDE:" will be hidden in… |
| Dateigröße | 592 KB |
| Installationsanzahl | 368 |
| Aktuelle Version | 0.5 |
| Letztes Update | 2017-10-25 |
| Veröffentlichungsdatum | 2017-10-24 |
| Entwickler | hankpyh |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |