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
扩展基本信息
名称 | Datadog Cycle |
ID | ajnlgopclpgdglnholecdpfiffmponjj |
官方URL | 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:\/\/*\/" ] } |