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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension is to enhance the Grafana/Influxdb dashboard. 1. Grafana template variables with label "HIDE:" will be hidden in…"입니다.
확장 프로그램 스크린샷
Grafana - Enhancement 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } |