Pivotal Labels

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

Apa itu Pivotal Labels?

Pivotal Labels adalah ekstensi Chrome yang dikembangkan oleh Dustin Ingram, dan fitur utamanya adalah "This Chrome extension for Pivotal Tracker allows you to set custom colors for label names.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Pivotal Labels

Unduh file ekstensi Pivotal Labels dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Pivotal Labels Pivotal Labels
ID njkofaephafobbeabnmmmijchhhdomio
URL Resmi https://chromewebstore.google.com/detail/pivotal-labels/njkofaephafobbeabnmmmijchhhdomio
Deskripsi This Chrome extension for Pivotal Tracker allows you to set custom colors for label names.
Ukuran File 30.95 KB
Jumlah Instalasi 198
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2017-04-04
Tanggal Publikasi 2017-04-04
Penilaian 3.50/5 Total 2 Penilaian
Pengembang Dustin Ingram
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}