Velocity Scores for waffle.io

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

Hvad er Velocity Scores for waffle.io?

Velocity Scores for waffle.io er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Enable Velocity Scores (Story Points) for waffle.io, so you can estimate the amount of work for each issue".

Udvidelsesskærmbilleder

screenshot

Download Velocity Scores for waffle.io-udvidelses-CRX-fil

Download Velocity Scores for waffle.io-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Velocity Scores for waffle.io Velocity Scores for waffle.io
ID pffhdclphfnbdcdglcclnnlcjnofjggp
Officiel URL https://chromewebstore.google.com/detail/velocity-scores-for-waffl/pffhdclphfnbdcdglcclnnlcjnofjggp
Beskrivelse Enable Velocity Scores (Story Points) for waffle.io, so you can estimate the amount of work for each issue
Filstørrelse 45.79 KB
Antal Installationer 19
Nuværende Version 1.1
Senest Opdateret 2014-07-29
Udgivelsesdato 2014-07-28
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Udvidelseswebsted https://github.com/rockerhieu/waffle.io-velocity-scores
Hjælpeside-URL https://github.com/rockerhieu/waffle.io-velocity-scores/issues
Understøttede Sprog 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"
        }
    ]
}