GitHub Whitespace
Redirect GitHub pull request pages to ignore whitespaces
什麼是GitHub Whitespace?
GitHub Whitespace是由jackchuka開發的Chrome擴展程式,該擴展的主要功能是“Redirect GitHub pull request pages to ignore whitespaces”。
擴展截圖
下載GitHub Whitespace擴展crx文件
下載GitHub Whitespace擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Tired of switching GitHub's "Hide whitespace changes"? This extension saves you three clicks! The extension is minimal, you can simply enable or disable it from Chrome Extensions tab. Update: Nov 6th, 2020 Now you can enable this extension on GitHub Enterprise by clicking the Extension icon -> "Enable GitHub Whitespace on this domain".
擴展基本資訊
名稱 | GitHub Whitespace |
ID | fnpkdafamnbjoldglihkjjdicofghccm |
官方網址 | https://chromewebstore.google.com/detail/github-whitespace/fnpkdafamnbjoldglihkjjdicofghccm |
簡介 | Redirect GitHub pull request pages to ignore whitespaces |
檔案大小 | 10.71 KB |
安裝次數 | 996 |
目前版本 | 1.2 |
更新時間 | 2021-09-02 |
上架時間 | 2020-08-12 |
評分 | 4.75/5 共 8 次評分 |
開發者 | jackchuka |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GitHub Whitespace", "description": "Redirect GitHub pull request pages to ignore whitespaces", "version": "1.2", "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "activeTab", "contextMenus", "webRequest", "webRequestBlocking", "*:\/\/*.github.com\/*" ], "optional_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |