GitHub-Diff-Whitespace
Adds a button to GitHub diff views which toggles whitespace (a la `git diff --ignore-all-space`)
什麼是GitHub-Diff-Whitespace?
GitHub-Diff-Whitespace是由jasonkarns開發的Chrome擴展程式,該擴展的主要功能是“Adds a button to GitHub diff views which toggles whitespace (a la `git diff --ignore-all-space`)”。
擴展截圖
下載GitHub-Diff-Whitespace擴展crx文件
下載GitHub-Diff-Whitespace擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Provide a UI button to toggle whitespace in GitHub diffs.
擴展基本資訊
名稱 | GitHub-Diff-Whitespace |
ID | lhbcdehjihmbiafeodkfnbndleijnnhp |
官方網址 | https://chromewebstore.google.com/detail/github-diff-whitespace/lhbcdehjihmbiafeodkfnbndleijnnhp |
簡介 | Adds a button to GitHub diff views which toggles whitespace (a la `git diff --ignore-all-space`) |
檔案大小 | 5.42 KB |
安裝次數 | 135 |
目前版本 | 1.3.2 |
更新時間 | 2015-09-14 |
上架時間 | 2015-09-14 |
評分 | 3.57/5 共 7 次評分 |
開發者 | jasonkarns |
付費類型 | free |
擴展官網 | https://github.com/jasonkarns/userscripts/tree/master/github-diff-whitespace |
說明頁面URL | https://github.com/jasonkarns/userscripts/tree/master/github-diff-whitespace |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub-Diff-Whitespace", "version": "1.3.2", "manifest_version": 2, "description": "Adds a button to GitHub diff views which toggles whitespace (a la `git diff --ignore-all-space`)", "icons": { "128": "icon.png" }, "content_scripts": [ { "js": [ "github-diff-whitespace.js" ], "matches": [ "https:\/\/github.com\/*\/commit\/*", "https:\/\/github.com\/*\/compare\/*", "https:\/\/github.com\/*\/pull\/*" ] } ] } |