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 هو إضافة Chrome تم تطويرها بواسطة Sreenivasan Ramesh، والميزة الرئيسية لها هي "GitHub changed their UI on 2020-06-23, this extension brings a few items back to their classic look.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Old Github UI
قم بتنزيل ملفات الامتداد Old Github UI بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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" } ] } |