Pivotal Labels
This Chrome extension for Pivotal Tracker allows you to set custom colors for label names.
Pivotal Labelsคืออะไร?
Pivotal Labels เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dustin Ingram และคุณลักษณะหลักของมันคือ "This Chrome extension for Pivotal Tracker allows you to set custom colors for label names."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pivotal Labels
ดาวน์โหลดไฟล์ส่วนขยาย Pivotal Labels ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pivotal Labels |
ID | njkofaephafobbeabnmmmijchhhdomio |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pivotal-labels/njkofaephafobbeabnmmmijchhhdomio |
คำอธิบาย | This Chrome extension for Pivotal Tracker allows you to set custom colors for label names. |
ขนาดไฟล์ | 30.95 KB |
จำนวนการติดตั้ง | 198 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2017-04-04 |
วันที่เผยแพร่ | 2017-04-04 |
คะแนน | 3.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Dustin Ingram |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pivotal Labels", "version": "0.0.3", "manifest_version": 2, "author": "Dustin Ingram", "description": "This Chrome extension for Pivotal Tracker allows you to set custom colors for label names.", "homepage_url": "https:\/\/github.com\/di\/pivotallabels", "options_page": "options.html", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "http:\/\/www.pivotaltracker.com\/*", "https:\/\/www.pivotaltracker.com\/*", "storage" ], "short_name": "Pivotal Labels", "content_scripts": [ { "matches": [ "http:\/\/www.pivotaltracker.com\/*", "https:\/\/www.pivotaltracker.com\/*" ], "js": [ "src\/inject\/inject.js" ], "css": [ "css\/inject\/inject.css" ] } ] } |