Velocity Scores for waffle.io

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

Qu'est-ce que Velocity Scores for waffle.io ?

Velocity Scores for waffle.io est une extension Chrome développée par Unknown, et sa fonction principale est "Enable Velocity Scores (Story Points) for waffle.io, so you can estimate the amount of work for each issue".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Velocity Scores for waffle.io

Téléchargez les fichiers d'extension Velocity Scores for waffle.io au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Velocity Scores for waffle.io Velocity Scores for waffle.io
ID pffhdclphfnbdcdglcclnnlcjnofjggp
URL Officiel 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
Taille du Fichier 45.79 KB
Nombre d'Installations 19
Version Actuelle 1.1
Dernière Mise à Jour 2014-07-29
Date de Publication 2014-07-28
Évaluation 5.00/5 Total 3 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://github.com/rockerhieu/waffle.io-velocity-scores
URL de la Page d'Aide https://github.com/rockerhieu/waffle.io-velocity-scores/issues
Langues Prises en Charge 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"
        }
    ]
}