Velocity Scores for waffle.io
Enable Velocity Scores (Story Points) for waffle.io, so you can estimate the amount of work for each issue
Velocity Scores for waffle.ioとは何ですか?
Velocity Scores for waffle.ioはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Enable Velocity Scores (Story Points) for waffle.io, so you can estimate the amount of work for each issue」です。
拡張機能のスクリーンショット
Velocity Scores for waffle.io拡張機能のCRXファイルをダウンロード
Velocity Scores for waffle.io拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A chrome extension of Velocity Scores for waffle.io, ported from https://gist.github.com/jhubert/8eec558ab8cea9fd4aaa which renders velocity scores based on the content of the GitHub issue title.
拡張機能の基本情報
名前 | Velocity Scores for waffle.io |
ID | pffhdclphfnbdcdglcclnnlcjnofjggp |
公式URL | https://chromewebstore.google.com/detail/velocity-scores-for-waffl/pffhdclphfnbdcdglcclnnlcjnofjggp |
説明 | Enable Velocity Scores (Story Points) for waffle.io, so you can estimate the amount of work for each issue |
ファイルサイズ | 45.79 KB |
インストール数 | 19 |
現在のバージョン | 1.1 |
最終更新日 | 2014-07-29 |
公開日 | 2014-07-28 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Unknown |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/rockerhieu/waffle.io-velocity-scores |
ヘルプページのURL | https://github.com/rockerhieu/waffle.io-velocity-scores/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Velocity Scores for waffle.io", "description": "Enable Velocity Scores (Story Points) for waffle.io, so you can estimate the amount of work for each issue", "version": "1.1", "icons": { "128": "images\/icon.png" }, "permissions": [ "https:\/\/waffle.io\/*", "http:\/\/waffle.io\/*" ], "content_scripts": [ { "css": [ "css\/style.css" ], "js": [ "js\/jquery-1.9.1.min.js", "js\/content.js" ], "matches": [ "https:\/\/waffle.io\/*", "http:\/\/waffle.io\/*" ], "run_at": "document_start" } ] } |