Pivotal Labels

This Chrome extension for Pivotal Tracker allows you to set custom colors for label names.

Pivotal Labels là gì?

Pivotal Labels là một tiện ích mở rộng Chrome được phát triển bởi Dustin Ingram, và tính năng chính của nó là "This Chrome extension for Pivotal Tracker allows you to set custom colors for label names.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pivotal Labels

Tải xuống các tệp mở rộng Pivotal Labels dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pivotal Labels Pivotal Labels
ID njkofaephafobbeabnmmmijchhhdomio
URL Chính Thức https://chromewebstore.google.com/detail/pivotal-labels/njkofaephafobbeabnmmmijchhhdomio
Mô tả This Chrome extension for Pivotal Tracker allows you to set custom colors for label names.
Kích Thước Tệp 30.95 KB
Số Lần Cài Đặt 198
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2017-04-04
Ngày Phát Hành 2017-04-04
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Dustin Ingram
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}