Pivotal Labels
This Chrome extension for Pivotal Tracker allows you to set custom colors for label names.
什麼是Pivotal Labels?
Pivotal Labels是由Dustin Ingram開發的Chrome擴展程式,該擴展的主要功能是“This Chrome extension for Pivotal Tracker allows you to set custom colors for label names.”。
擴展截圖
下載Pivotal Labels擴展crx文件
下載Pivotal Labels擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | Pivotal Labels |
ID | njkofaephafobbeabnmmmijchhhdomio |
官方網址 | 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" ] } ] } |