github+travis

Display build status next to the project name on github.

Cos'è github+travis?

github+travis è un'estensione di Chrome sviluppata da Tomas Carnecky, e la sua funzione principale è "Display build status next to the project name on github.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione github+travis

Scarica i file di estensione github+travis 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

                        Displays the travis-ci build status icon next to the project name on github. When you click the icon it will take you right to the project page on travis-ci.org. Yes, that's all it does.                    

Informazioni di Base sull'Estensione

Nome github+travis github+travis
ID klbmicjanlggbmanmpneloekhajhhbfb
URL Ufficiale https://chrome.google.com/webstore/detail/github+travis/klbmicjanlggbmanmpneloekhajhhbfb
Descrizione Display build status next to the project name on github.
Dimensione del File 11.49 KB
Conteggio Installazioni 124
Versione Corrente 11
Ultimo Aggiornamento 2015-05-09
Data di Pubblicazione 2015-05-09
Valutazione 3.47/5 Totale 15 Valutazioni
Sviluppatore Tomas Carnecky
Tipo di Pagamento free
Sito Web dell'Estensione https://caurea.org/2011/09/25/github-meets-travis-ci.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "11",
    "name": "github+travis",
    "description": "Display build status next to the project name on github.",
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "run_at": "document_idle"
        }
    ]
}