Full Width Github
Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github.
What is Full Width Github?
Full Width Github is a Chrome extension developed by Jared Tong, and its main feature is "Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github.".
Extension Screenshots
Download Full Width Github Extension CRX File
Download Full Width Github extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github.
Extension Basic Information
Name | Full Width Github |
ID | fpmeepocimocneobfkndponblfpecdkj |
Official URL | https://chromewebstore.google.com/detail/full-width-github/fpmeepocimocneobfkndponblfpecdkj |
Description | Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github. |
File Size | 316 KB |
Installation Count | 23 |
Current Version | 0.0.1 |
Last Updated | 2017-03-04 |
Publish Date | 2017-03-04 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Jared Tong |
Payment Type | free |
Help Page URL | https://github.com/tongrhj/full_width_github/issues |
Supported Languages | 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\/*" ] } ] } |