GitHub Whitespace
Redirect GitHub pull request pages to ignore whitespaces
Apa itu GitHub Whitespace?
GitHub Whitespace adalah ekstensi Chrome yang dikembangkan oleh jackchuka, dan fitur utamanya adalah "Redirect GitHub pull request pages to ignore whitespaces".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GitHub Whitespace
Unduh file ekstensi GitHub Whitespace dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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".
Informasi Dasar Ekstensi
Nama | GitHub Whitespace |
ID | fnpkdafamnbjoldglihkjjdicofghccm |
URL Resmi | https://chromewebstore.google.com/detail/github-whitespace/fnpkdafamnbjoldglihkjjdicofghccm |
Deskripsi | Redirect GitHub pull request pages to ignore whitespaces |
Ukuran File | 10.71 KB |
Jumlah Instalasi | 996 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2021-09-02 |
Tanggal Publikasi | 2020-08-12 |
Penilaian | 4.75/5 Total 8 Penilaian |
Pengembang | jackchuka |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |