github.expandinizr
Chrome extension that improves the GitHub experience
github.expandinizrคืออะไร?
github.expandinizr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TheCodeJunkie และคุณลักษณะหลักของมันคือ "Chrome extension that improves the GitHub experience"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย github.expandinizr
ดาวน์โหลดไฟล์ส่วนขยาย github.expandinizr ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Currently enhances the following: - Removes the truncating of file and directory names in the repository browser - Really long file and directory names will word-wrap - Fully expands the website, with breakpoints at 1400px, 1600px and 1800px, 2000px - Removes truncation in notifications - Adds shrink/expand button for comment form - Adds possibility to collapse code previews - GitHub Enterprise support! Author - Andreas Håkansson, Kristian Hellang Contributors - Bjarki Heiðar Ingason - Christopher Campanale - Frank Radocaj - Phillip Haydon - Benjamin Chris Changelog - v2.0.2 - Support GitHubs new UI + XXL mode (2000px) - v2.0.1 - Fixed race condition - v2.0.0 - Various improvements - v1.8.0 - Fixed a bug where file names were not expanded - Added support for GitHub Enterprise! - v1.7.2 - Bugfixes - v1.7.1 - Removed ugly `aria-label`s - v1.7.0 - Removed truncation in notifications - Fixed commit comment width - Fixed collapse code file button - Added shrink/expand button for comment form - v1.6.0 - Rewrote css, fixed layout bugs, expanded gists, converted to LESS - v1.5.1 - Removed side-bar expansion, it broke too much stuff - v1.5.0 - Added possibility to collaps code previews - v1.4.0 - Expands side-bar for 1400, 1600 and 1800 break points - v1.3.2 - Improved expanding of activity stream - v1.3.1 - Fixed a couple of small layout bugs - v1.3.0 - Changed to a responsive approach - v1.2.0 - Improved the un-truncting to word-wrap (thanks Frank Radocaj) - v1.1.1 - Fix for labels on the expanded issue form - v1.1.0 - Expands the issue form to full width (thanks Phillip Haydon) - v1.0.0 - First release of the extension
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | github.expandinizr |
ID | cbehdjjcilgnejbpnjhobkiiggkedfib |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/githubexpandinizr/cbehdjjcilgnejbpnjhobkiiggkedfib |
คำอธิบาย | Chrome extension that improves the GitHub experience |
ขนาดไฟล์ | 68.69 KB |
จำนวนการติดตั้ง | 2,011 |
เวอร์ชันปัจจุบัน | 2.0.2 |
อัปเดตครั้งล่าสุด | 2020-07-24 |
วันที่เผยแพร่ | 2019-07-31 |
คะแนน | 4.93/5 รวมทั้งหมด 29 คะแนน |
ผู้พัฒนา | TheCodeJunkie |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://github.com/thecodejunkie/github.expandinizr |
URL หน้าช่วยเหลือ | http://github.com/thecodejunkie/github.expandinizr |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "github.expandinizr", "version": "2.0.2", "manifest_version": 2, "description": "Chrome extension that improves the GitHub experience", "homepage_url": "https:\/\/github.com\/thecodejunkie\/github.expandinizr", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage", "activeTab", "declarativeContent", "https:\/\/github.com\/*", "https:\/\/gist.github.com\/*" ], "optional_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "options_ui": { "page": "content\/options.html", "chrome_style": true, "open_in_tab": true }, "page_action": { "default_title": "Toggle ExpandinizR", "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" } }, "background": { "scripts": [ "content\/background.min.js" ] } } |