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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Velocity Scores for waffle.io
قم بتنزيل ملفات الامتداد Velocity Scores for waffle.io بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 |
عنوان صفحة المساعدة | 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" } ] } |