Old Github UI

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

Qu'est-ce que Old Github UI ?

Old Github UI est une extension Chrome développée par Sreenivasan Ramesh, et sa fonction principale est "GitHub changed their UI on 2020-06-23, this extension brings a few items back to their classic look.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Old Github UI

Téléchargez les fichiers d'extension Old Github UI 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

                        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.                    

Informations de Base sur l'Extension

Nom Old Github UI Old Github UI
ID dhifdlfedboijpanpblghhhakpnncadb
URL Officiel https://chromewebstore.google.com/detail/old-github-ui/dhifdlfedboijpanpblghhhakpnncadb
Description GitHub changed their UI on 2020-06-23, this extension brings a few items back to their classic look.
Taille du Fichier 13.42 KB
Nombre d'Installations 292
Version Actuelle 2.3
Dernière Mise à Jour 2020-06-29
Date de Publication 2020-06-29
Évaluation 3.83/5 Total 6 Évaluations
Développeur Sreenivasan Ramesh
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/sreenivasanramesh/old-github-ui
URL de la Page d'Aide https://github.com/sreenivasanramesh/old-github-ui
Langues Prises en Charge 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"
        }
    ]
}