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 |
官方網址 | 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" } ] } |