Grafana - Enhancement
This extension is to enhance the Grafana/Influxdb dashboard. 1. Grafana template variables with label "HIDE:" will be hidden in…
Qu'est-ce que Grafana - Enhancement ?
Grafana - Enhancement est une extension Chrome développée par hankpyh, et sa fonction principale est "This extension is to enhance the Grafana/Influxdb dashboard. 1. Grafana template variables with label "HIDE:" will be hidden in…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Grafana - Enhancement
Téléchargez les fichiers d'extension Grafana - Enhancement au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Grafana - Enhancement |
ID | iheohkdfhbbmdiaofgmjomdpjhidakjf |
URL Officiel | https://chromewebstore.google.com/detail/grafana-enhancement/iheohkdfhbbmdiaofgmjomdpjhidakjf |
Description | This extension is to enhance the Grafana/Influxdb dashboard. 1. Grafana template variables with label "HIDE:" will be hidden in… |
Taille du Fichier | 592 KB |
Nombre d'Installations | 368 |
Version Actuelle | 0.5 |
Dernière Mise à Jour | 2017-10-25 |
Date de Publication | 2017-10-24 |
Développeur | hankpyh |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |