Velocity Scores for waffle.io

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

Apa itu Velocity Scores for waffle.io?

Velocity Scores for waffle.io adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Enable Velocity Scores (Story Points) for waffle.io, so you can estimate the amount of work for each issue".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Velocity Scores for waffle.io

Unduh file ekstensi Velocity Scores for waffle.io dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Velocity Scores for waffle.io Velocity Scores for waffle.io
ID pffhdclphfnbdcdglcclnnlcjnofjggp
URL Resmi https://chromewebstore.google.com/detail/velocity-scores-for-waffl/pffhdclphfnbdcdglcclnnlcjnofjggp
Deskripsi Enable Velocity Scores (Story Points) for waffle.io, so you can estimate the amount of work for each issue
Ukuran File 45.79 KB
Jumlah Instalasi 19
Versi Saat Ini 1.1
Terakhir Diperbarui 2014-07-29
Tanggal Publikasi 2014-07-28
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Situs Ekstensi https://github.com/rockerhieu/waffle.io-velocity-scores
URL Halaman Bantuan https://github.com/rockerhieu/waffle.io-velocity-scores/issues
Bahasa yang Didukung 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"
        }
    ]
}