Old Github UI

GitHub changed their UI on 2020-06-23, this extension brings a few items back to their classic look.

Wat is Old Github UI?

Old Github UI is een Chrome-extensie ontwikkeld door Sreenivasan Ramesh, en de belangrijkste functie is "GitHub changed their UI on 2020-06-23, this extension brings a few items back to their classic look.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Old Github UI

Download Old Github UI-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Get back the old Github User Interface. This extension moves the new sidebar back to the top, and makes the layout similar to the old user interface.                    

Basisinformatie over de Extensie

Naam Old Github UI Old Github UI
ID dhifdlfedboijpanpblghhhakpnncadb
Officiële URL https://chromewebstore.google.com/detail/old-github-ui/dhifdlfedboijpanpblghhhakpnncadb
Beschrijving GitHub changed their UI on 2020-06-23, this extension brings a few items back to their classic look.
Bestandsgrootte 13.42 KB
Aantal Installaties 292
Huidige Versie 2.3
Laatst Bijgewerkt 2020-06-29
Publicatiedatum 2020-06-29
Beoordeling 3.83/5 Totaal 6 Beoordelingen
Ontwikkelaar Sreenivasan Ramesh
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/sreenivasanramesh/old-github-ui
Help Pagina-URL https://github.com/sreenivasanramesh/old-github-ui
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Old Github UI",
    "version": "2.3",
    "manifest_version": 2,
    "description": "GitHub changed their UI on 2020-06-23, this extension brings a few items back to their classic look.",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*",
                "https:\/\/gist.gihub.com\/*"
            ],
            "css": [
                "headers.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/github.com\/*\/*"
            ],
            "exclude_globs": [
                "https:\/\/github.com\/*\/*\/settings*",
                "https:\/\/github.com\/*\/*\/community*"
            ],
            "css": [
                "repo-content.css"
            ],
            "run_at": "document_start"
        }
    ]
}