Make GitHub Pages Full Width
Makes the GitHub Pull Request, Commit, and Blob pages span the full width of the browser.
Make GitHub Pages Full Widthとは何ですか?
Make GitHub Pages Full Widthはhttps://www.danskingdom.comによって開発されたChromeの拡張機能で、その主な機能は「Makes the GitHub Pull Request, Commit, and Blob pages span the full width of the browser.」です。
拡張機能のスクリーンショット
Make GitHub Pages Full Width拡張機能のCRXファイルをダウンロード
Make GitHub Pages Full Width拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Make GitHub Pages Full Width |
ID | dfpgjcidmobcpaoolhgchdcmdgenbaoa |
公式URL | https://chromewebstore.google.com/detail/make-github-pages-full-wi/dfpgjcidmobcpaoolhgchdcmdgenbaoa |
説明 | Makes the GitHub Pull Request, Commit, and Blob pages span the full width of the browser. |
ファイルサイズ | 5.43 KB |
インストール数 | 123 |
現在のバージョン | 1.0 |
最終更新日 | 2014-05-27 |
公開日 | 2014-05-27 |
評価 | 2.75/5 合計 4 レビュー |
開発者 | https://www.danskingdom.com |
支払い方法 | free |
対応言語 | 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" ] } ] } |