Full Width Github

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

Qu'est-ce que Full Width Github ?

Full Width Github est une extension Chrome développée par Jared Tong, et sa fonction principale est "Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Full Width Github

Téléchargez les fichiers d'extension Full Width Github au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Full Width Github Full Width Github
ID fpmeepocimocneobfkndponblfpecdkj
URL Officiel https://chromewebstore.google.com/detail/full-width-github/fpmeepocimocneobfkndponblfpecdkj
Description Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github.
Taille du Fichier 316 KB
Nombre d'Installations 23
Version Actuelle 0.0.1
Dernière Mise à Jour 2017-03-04
Date de Publication 2017-03-04
Évaluation 5.00/5 Total 2 Évaluations
Développeur Jared Tong
Type de Paiement free
URL de la Page d'Aide https://github.com/tongrhj/full_width_github/issues
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}