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:\/\/*\/" ] } |