Grafana - Enhancement

Grafana - Enhancement

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

Merlin
Additional files are visible only to premium users

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