TFS with Colors

This extension adds colors to the TFS task board

Cos'è TFS with Colors?

TFS with Colors è un'estensione di Chrome sviluppata da egg 'n stone, e la sua funzione principale è "This extension adds colors to the TFS task board".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TFS with Colors

Scarica i file di estensione TFS with Colors in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension adds colors to the TFS task board                    

Informazioni di Base sull'Estensione

Nome TFS with Colors TFS with Colors
ID kocgolegbneheghmldckeaflegjnflnn
URL Ufficiale https://chromewebstore.google.com/detail/tfs-with-colors/kocgolegbneheghmldckeaflegjnflnn
Descrizione This extension adds colors to the TFS task board
Dimensione del File 38.75 KB
Conteggio Installazioni 42
Versione Corrente 0.4
Ultimo Aggiornamento 2016-02-01
Data di Pubblicazione 2016-02-01
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore egg 'n stone
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TFS with Colors",
    "short_name": "TFS+Colors",
    "version": "0.4",
    "description": "This extension adds colors to the TFS task board",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png"
    },
    "browser_action": {
        "default_icon": "images\/icon32.png",
        "default_popup": "pages\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/jquery-2.1.4.min.js",
                "scripts\/tools.js",
                "scripts\/settings.js",
                "scripts\/taskboard.js"
            ],
            "matches": [
                "http:\/\/*\/*\/*\/_backlogs\/TaskBoard*",
                "https:\/\/*\/*\/*\/_backlogs\/TaskBoard*",
                "http:\/\/*\/*\/*\/_backlogs\/taskboard*",
                "https:\/\/*\/*\/*\/_backlogs\/taskboard*"
            ]
        }
    ],
    "options_page": "pages\/options.html",
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ]
}