GitHub Whitespace

Redirect GitHub pull request pages to ignore whitespaces

O que é GitHub Whitespace?

GitHub Whitespace é uma extensão do Chrome desenvolvida por jackchuka, e sua principal característica é "Redirect GitHub pull request pages to ignore whitespaces".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão GitHub Whitespace

Baixe arquivos de extensão GitHub Whitespace no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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".                    

Informações Básicas da Extensão

Nome GitHub Whitespace GitHub Whitespace
ID fnpkdafamnbjoldglihkjjdicofghccm
URL Oficial https://chromewebstore.google.com/detail/github-whitespace/fnpkdafamnbjoldglihkjjdicofghccm
Descrição Redirect GitHub pull request pages to ignore whitespaces
Tamanho do Arquivo 10.71 KB
Contagem de Instalações 996
Versão Atual 1.2
Última Atualização 2021-09-02
Data de Publicação 2020-08-12
Classificação 4.75/5 Total de 8 Avaliações
Desenvolvedor jackchuka
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}