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" } ] } |