Velocity Scores for waffle.io

Enable Velocity Scores (Story Points) for waffle.io, so you can estimate the amount of work for each issue

What is Velocity Scores for waffle.io?

Velocity Scores for waffle.io is a Chrome extension developed by Unknown, and its main feature is "Enable Velocity Scores (Story Points) for waffle.io, so you can estimate the amount of work for each issue".

Extension Screenshots

screenshot

Download Velocity Scores for waffle.io Extension CRX File

Download Velocity Scores for waffle.io extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Velocity Scores for waffle.io Velocity Scores for waffle.io
ID pffhdclphfnbdcdglcclnnlcjnofjggp
Official URL https://chromewebstore.google.com/detail/velocity-scores-for-waffl/pffhdclphfnbdcdglcclnnlcjnofjggp
Description Enable Velocity Scores (Story Points) for waffle.io, so you can estimate the amount of work for each issue
File Size 45.79 KB
Installation Count 19
Current Version 1.1
Last Updated 2014-07-29
Publish Date 2014-07-28
Rating 5.00/5 Total 3 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/rockerhieu/waffle.io-velocity-scores
Help Page URL https://github.com/rockerhieu/waffle.io-velocity-scores/issues
Supported Languages 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"
        }
    ]
}