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 |
官方URL | 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" } } |