JIRA Issue Highlighting

Highlights background color of issues

Cos'è JIRA Issue Highlighting?

JIRA Issue Highlighting è un'estensione di Chrome sviluppata da jeroen.meulendijks, e la sua funzione principale è "Highlights background color of issues".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione JIRA Issue Highlighting

Scarica i file di estensione JIRA Issue Highlighting 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

                        To use this extension follow the following steps:
- Set "Board Settings" -> "Card Colors"

Normally setting the card colors will only add a bar on the left side of the issue. But with this plugin it will color the whole card. The bar on the left of the issue will get the color set by "Card Color" and the rest of the card will get a 90% lighter color. So if the bar is set to dark green, the rest of the card will be light green.                    

Informazioni di Base sull'Estensione

Nome JIRA Issue Highlighting JIRA Issue Highlighting
ID eknpbjiclfddmpocgdjkncammmleehll
URL Ufficiale https://chromewebstore.google.com/detail/jira-issue-highlighting/eknpbjiclfddmpocgdjkncammmleehll
Descrizione Highlights background color of issues
Dimensione del File 36.65 KB
Conteggio Installazioni 156
Versione Corrente 1.3
Ultimo Aggiornamento 2017-07-07
Data di Pubblicazione 2017-07-07
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore jeroen.meulendijks
Email [email protected]
Tipo di Pagamento free
Lingue Supportate nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Jeroen Meulendijks",
    "content_scripts": [
        {
            "js": [
                "script.js",
                "jquery-3.2.1.min.js"
            ],
            "matches": [
                "https:\/\/*\/secure\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Highlights background color of issues",
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "name": "JIRA Issue Highlighting",
    "version": "1.3",
    "web_accessible_resources": [
        "script.js"
    ]
}