Old Github UI
GitHub changed their UI on 2020-06-23, this extension brings a few items back to their classic look.
Old Github UI क्या है?
Old Github UI Sreenivasan Ramesh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "GitHub changed their UI on 2020-06-23, this extension brings a few items back to their classic look."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Old Github UI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Old Github UI |
ID | dhifdlfedboijpanpblghhhakpnncadb |
आधिकारिक URL | https://chromewebstore.google.com/detail/old-github-ui/dhifdlfedboijpanpblghhhakpnncadb |
विवरण | GitHub changed their UI on 2020-06-23, this extension brings a few items back to their classic look. |
फ़ाइल का आकार | 13.42 KB |
स्थापना संख्या | 292 |
वर्तमान संस्करण | 2.3 |
अंतिम अपडेट | 2020-06-29 |
प्रकाशन तिथि | 2020-06-29 |
रेटिंग | 3.83/5 कुल 6 रेटिंग्स |
डेवलपर | Sreenivasan Ramesh |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/sreenivasanramesh/old-github-ui |
सहायता पृष्ठ URL | https://github.com/sreenivasanramesh/old-github-ui |
समर्थित भाषाएँ | 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" } ] } |