GitHub Whitespace

Redirect GitHub pull request pages to ignore whitespaces

Co to jest GitHub Whitespace?

GitHub Whitespace to rozszerzenie Chrome opracowane przez jackchuka, a jego główną funkcją jest „Redirect GitHub pull request pages to ignore whitespaces”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia GitHub Whitespace

Pobierz pliki rozszerzeń GitHub Whitespace w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa GitHub Whitespace GitHub Whitespace
ID fnpkdafamnbjoldglihkjjdicofghccm
Oficjalny URL https://chromewebstore.google.com/detail/github-whitespace/fnpkdafamnbjoldglihkjjdicofghccm
Opis Redirect GitHub pull request pages to ignore whitespaces
Rozmiar pliku 10.71 KB
Liczba instalacji 996
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2021-09-02
Data Publikacji 2020-08-12
Ocena 4.75/5 Łącznie 8 Oceny
Deweloper jackchuka
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}