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 là gì?
Full Width Github là một tiện ích mở rộng Chrome được phát triển bởi Jared Tong, và tính năng chính của nó là "Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Full Width Github
Tải xuống các tệp mở rộng Full Width Github dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Full Width Github |
ID | fpmeepocimocneobfkndponblfpecdkj |
URL Chính Thức | https://chromewebstore.google.com/detail/full-width-github/fpmeepocimocneobfkndponblfpecdkj |
Mô tả | Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github. |
Kích Thước Tệp | 316 KB |
Số Lần Cài Đặt | 23 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2017-03-04 |
Ngày Phát Hành | 2017-03-04 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Jared Tong |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/tongrhj/full_width_github/issues |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |