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 là gì?
Velocity Scores for waffle.io là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Enable Velocity Scores (Story Points) for waffle.io, so you can estimate the amount of work for each issue".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Velocity Scores for waffle.io
Tải xuống các tệp mở rộng Velocity Scores for waffle.io dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Velocity Scores for waffle.io |
ID | pffhdclphfnbdcdglcclnnlcjnofjggp |
URL Chính Thức | https://chromewebstore.google.com/detail/velocity-scores-for-waffl/pffhdclphfnbdcdglcclnnlcjnofjggp |
Mô tả | Enable Velocity Scores (Story Points) for waffle.io, so you can estimate the amount of work for each issue |
Kích Thước Tệp | 45.79 KB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2014-07-29 |
Ngày Phát Hành | 2014-07-28 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/rockerhieu/waffle.io-velocity-scores |
URL Trang Trợ Giúp | https://github.com/rockerhieu/waffle.io-velocity-scores/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |