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.”。

扩展截图

screenshot

下载Pivotal Labels扩展crx文件

下载Pivotal Labels扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Pivotal Labels 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"
            ]
        }
    ]
}