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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } ] } |