Old Github UI
GitHub changed their UI on 2020-06-23, this extension brings a few items back to their classic look.
Co je Old Github UI?
Old Github UI je rozšíření Chrome vyvinuté Sreenivasan Ramesh, a jeho hlavní funkcí je „GitHub changed their UI on 2020-06-23, this extension brings a few items back to their classic look.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Old Github UI
Stáhněte si soubory rozšíření Old Github UI ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Old Github UI |
ID | dhifdlfedboijpanpblghhhakpnncadb |
Oficiální URL | https://chromewebstore.google.com/detail/old-github-ui/dhifdlfedboijpanpblghhhakpnncadb |
Popis | GitHub changed their UI on 2020-06-23, this extension brings a few items back to their classic look. |
Velikost souboru | 13.42 KB |
Počet instalací | 292 |
Aktuální Verze | 2.3 |
Poslední Aktualizace | 2020-06-29 |
Datum Vydání | 2020-06-29 |
Hodnocení | 3.83/5 Celkem 6 Hodnocení |
Vývojář | Sreenivasan Ramesh |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/sreenivasanramesh/old-github-ui |
URL Stránky Nápovědy | https://github.com/sreenivasanramesh/old-github-ui |
Podporované Jazyky | 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" } ] } |