Full Width Github
Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github.
Full Width Githubคืออะไร?
Full Width Github เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jared Tong และคุณลักษณะหลักของมันคือ "Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Full Width Github
ดาวน์โหลดไฟล์ส่วนขยาย Full Width Github ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Full Width Github |
ID | fpmeepocimocneobfkndponblfpecdkj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/full-width-github/fpmeepocimocneobfkndponblfpecdkj |
คำอธิบาย | Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github. |
ขนาดไฟล์ | 316 KB |
จำนวนการติดตั้ง | 23 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2017-03-04 |
วันที่เผยแพร่ | 2017-03-04 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Jared Tong |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/tongrhj/full_width_github/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Full Width Github", "version": "0.0.1", "description": "Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github.", "browser_action": { "default_icon": "github48.png", "default_title": "Wider Github" }, "icons": { "16": "github16.png", "48": "github48.png", "128": "github128.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/github.com\/*", "https:\/\/*.github.com\/*" ] } ] } |