Hide whitespaces GitHub

Always hide whitespaces in GitHub

什么是Hide whitespaces GitHub?

Hide whitespaces GitHub是由Arnaud Barré开发的Chrome扩展程序,该扩展的主要功能是“Always hide whitespaces in GitHub”。

扩展截图

screenshot

下载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 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é
电子邮箱 [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"
    }
}