GitHub Whitespace
Redirect GitHub pull request pages to ignore whitespaces
What is GitHub Whitespace?
GitHub Whitespace is a Chrome extension developed by jackchuka, and its main feature is "Redirect GitHub pull request pages to ignore whitespaces".
Extension Screenshots
Download GitHub Whitespace Extension CRX File
Download GitHub Whitespace extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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".
Extension Basic Information
Name | GitHub Whitespace |
ID | fnpkdafamnbjoldglihkjjdicofghccm |
Official URL | https://chromewebstore.google.com/detail/github-whitespace/fnpkdafamnbjoldglihkjjdicofghccm |
Description | Redirect GitHub pull request pages to ignore whitespaces |
File Size | 10.71 KB |
Installation Count | 996 |
Current Version | 1.2 |
Last Updated | 2021-09-02 |
Publish Date | 2020-08-12 |
Rating | 4.75/5 Total 8 Ratings |
Developer | jackchuka |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |