GitHub - LGTM

Display LGTM on github.com

Cos'è GitHub - LGTM?

GitHub - LGTM è un'estensione di Chrome sviluppata da victorvieux, e la sua funzione principale è "Display LGTM on github.com".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione GitHub - LGTM

Scarica i file di estensione GitHub - LGTM 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 a button to quick LGTM
- adds a LGTM count to the GitHub page
- change the background of 'LGTM' to green and ' NOT LGTM' to red.
- display the unstable style when the PR has less than 2 LGTM

Sources: https://github.com/vieux/github-lgtm                    

Informazioni di Base sull'Estensione

Nome GitHub - LGTM GitHub - LGTM
ID bhiegncjmjcjnlgcklnhefhdlkjlkbgb
URL Ufficiale https://chromewebstore.google.com/detail/github-lgtm/bhiegncjmjcjnlgcklnhefhdlkjlkbgb
Descrizione Display LGTM on github.com
Dimensione del File 25.72 KB
Conteggio Installazioni 61
Versione Corrente 0.6.5
Ultimo Aggiornamento 2015-02-03
Data di Pubblicazione 2015-02-03
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore victorvieux
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/vieux/github-lgtm
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "github-lgtm.user.js"
            ],
            "matches": [
                "http:\/\/github.com\/*",
                "https:\/\/github.com\/*"
            ]
        }
    ],
    "description": "Display LGTM on github.com",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "64": "icon-64.png"
    },
    "manifest_version": 2,
    "name": "GitHub - LGTM",
    "version": "0.6.5"
}