Full Width Github

Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github.

Cos'è Full Width Github?

Full Width Github è un'estensione di Chrome sviluppata da Jared Tong, e la sua funzione principale è "Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Full Width Github

Scarica i file di estensione Full Width Github 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

                        Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github.                    

Informazioni di Base sull'Estensione

Nome Full Width Github Full Width Github
ID fpmeepocimocneobfkndponblfpecdkj
URL Ufficiale https://chromewebstore.google.com/detail/full-width-github/fpmeepocimocneobfkndponblfpecdkj
Descrizione Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github.
Dimensione del File 316 KB
Conteggio Installazioni 23
Versione Corrente 0.0.1
Ultimo Aggiornamento 2017-03-04
Data di Pubblicazione 2017-03-04
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Jared Tong
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/tongrhj/full_width_github/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Full Width Github",
    "version": "0.0.1",
    "description": "Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github.",
    "browser_action": {
        "default_icon": "github48.png",
        "default_title": "Wider Github"
    },
    "icons": {
        "16": "github16.png",
        "48": "github48.png",
        "128": "github128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/github.com\/*",
                "https:\/\/*.github.com\/*"
            ]
        }
    ]
}