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คืออะไร?

Velocity Scores for waffle.io เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Enable Velocity Scores (Story Points) for waffle.io, so you can estimate the amount of work for each issue"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Velocity Scores for waffle.io

ดาวน์โหลดไฟล์ส่วนขยาย Velocity Scores for waffle.io ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Velocity Scores for waffle.io Velocity Scores for waffle.io
ID pffhdclphfnbdcdglcclnnlcjnofjggp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/velocity-scores-for-waffl/pffhdclphfnbdcdglcclnnlcjnofjggp
คำอธิบาย Enable Velocity Scores (Story Points) for waffle.io, so you can estimate the amount of work for each issue
ขนาดไฟล์ 45.79 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2014-07-29
วันที่เผยแพร่ 2014-07-28
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/rockerhieu/waffle.io-velocity-scores
URL หน้าช่วยเหลือ https://github.com/rockerhieu/waffle.io-velocity-scores/issues
ภาษาที่รองรับ 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"
        }
    ]
}