Hide whitespaces GitHub
Always hide whitespaces in GitHub
Hide whitespaces GitHubとは何ですか?
Hide whitespaces GitHubはArnaud Barréによって開発されたChromeの拡張機能で、その主な機能は「Always hide whitespaces in GitHub」です。
拡張機能のスクリーンショット
Hide whitespaces GitHub拡張機能のCRXファイルをダウンロード
Hide whitespaces GitHub拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When navigating to the files tab on pull request reviews, append the url with ?w=1 to enable the "hide whitespace changes" option
拡張機能の基本情報
名前 | Hide whitespaces GitHub |
ID | nafhbcekbgodfnjpnobmbiajjpgmibnc |
公式URL | https://chromewebstore.google.com/detail/hide-whitespaces-github/nafhbcekbgodfnjpnobmbiajjpgmibnc |
説明 | Always hide whitespaces in GitHub |
ファイルサイズ | 10.26 KB |
インストール数 | 57 |
現在のバージョン | 0.6.0 |
最終更新日 | 2022-08-09 |
公開日 | 2020-06-08 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Arnaud Barré |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/ArnaudBarre/hide-whitespaces-github |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hide whitespaces GitHub", "version": "0.6.0", "description": "Always hide whitespaces in GitHub", "permissions": [ "https:\/\/github.com\/**" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/**" ], "run_at": "document_start", "js": [ "hide-whitespaces.js" ] } ], "icons": { "128": "icon.png" } } |