Datadog Cycle
An extension to cycle through datadog graphs on a dashboard
什麼是Datadog Cycle?
Datadog Cycle是由Wan Song開發的Chrome擴展程式,該擴展的主要功能是“An extension to cycle through datadog graphs on a dashboard”。
擴展截圖
下載Datadog Cycle擴展crx文件
下載Datadog Cycle擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Enables cycling through full screen Datadog graphs and metrics.
Great for displaying Datadog data on a large screen.
Instructions for use:
Click start to cycle through all graphs on a dashboard.
Click stop to stop cycling.
Limitations:
Recommended for use on screens wider that 1280px.
Changelog:
1.0.3
- Force play state to keep graph up to date
1.0.2
- Fix refresh cycle too short for fullscreen update
1.0.1
- Added selection of graphs for cycling
1.0.0
- Initial release 擴展基本資訊
| 名稱 | |
| ID | ajnlgopclpgdglnholecdpfiffmponjj |
| 官方網址 | https://chromewebstore.google.com/detail/datadog-cycle/ajnlgopclpgdglnholecdpfiffmponjj |
| 簡介 | An extension to cycle through datadog graphs on a dashboard |
| 檔案大小 | 14.69 KB |
| 安裝次數 | 20 |
| 目前版本 | 1.0.3 |
| 更新時間 | 2015-12-16 |
| 上架時間 | 2015-12-15 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | Wan Song |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Datadog Cycle",
"version": "1.0.3",
"manifest_version": 2,
"description": "An extension to cycle through datadog graphs on a dashboard",
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/app.datadoghq.com\/dash\/*"
],
"js": [
"index.js"
]
}
],
"permissions": [
"storage",
"http:\/\/*\/",
"https:\/\/*\/"
]
} | |