Make GitHub Pages Full Width
Makes the GitHub Pull Request, Commit, and Blob pages span the full width of the browser.
Co je Make GitHub Pages Full Width?
Make GitHub Pages Full Width je rozšíření Chrome vyvinuté https://www.danskingdom.com, a jeho hlavní funkcí je „Makes the GitHub Pull Request, Commit, and Blob pages span the full width of the browser.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Make GitHub Pages Full Width
Stáhněte si soubory rozšíření Make GitHub Pages Full Width ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Makes the GitHub Pull Request, Commit, and Blob pages span the full width of your browser, rather than maxing out at the default ~900 pixels. This makes viewing code on GitHub much easier, as most developers have widescreen monitors. If the page fails to expand, simply refresh the page.
Základní Informace o Rozšíření
Název | Make GitHub Pages Full Width |
ID | dfpgjcidmobcpaoolhgchdcmdgenbaoa |
Oficiální URL | https://chromewebstore.google.com/detail/make-github-pages-full-wi/dfpgjcidmobcpaoolhgchdcmdgenbaoa |
Popis | Makes the GitHub Pull Request, Commit, and Blob pages span the full width of the browser. |
Velikost souboru | 5.43 KB |
Počet instalací | 123 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2014-05-27 |
Datum Vydání | 2014-05-27 |
Hodnocení | 2.75/5 Celkem 4 Hodnocení |
Vývojář | https://www.danskingdom.com |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Make GitHub Pages Full Width", "description": "Makes the GitHub Pull Request, Commit, and Blob pages span the full width of the browser.", "version": "1.0", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*\/pull\/*\/files*", "https:\/\/github.com\/*\/commit\/*", "https:\/\/github.com\/*\/blob\/*" ], "js": [ "MakeGitHubPullRequestCommitAndBlobPagesFullWidth.user.js" ] } ] } |