Full Width Github

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

Hvad er Full Width Github?

Full Width Github er en Chrome-udvidelse udviklet af Jared Tong, og dens hovedfunktion er "Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github.".

Udvidelsesskærmbilleder

screenshot

Download Full Width Github-udvidelses-CRX-fil

Download Full Width Github-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Full Width Github Full Width Github
ID fpmeepocimocneobfkndponblfpecdkj
Officiel URL https://chromewebstore.google.com/detail/full-width-github/fpmeepocimocneobfkndponblfpecdkj
Beskrivelse Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github.
Filstørrelse 316 KB
Antal Installationer 23
Nuværende Version 0.0.1
Senest Opdateret 2017-03-04
Udgivelsesdato 2017-03-04
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Jared Tong
Betalingsmetode free
Hjælpeside-URL https://github.com/tongrhj/full_width_github/issues
Understøttede Sprog 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\/*"
            ]
        }
    ]
}