GitHub Diff Whitespace Ignore Button

Adds an 'Ignore whitespace' button on any GitHub file diff page.

Apa itu GitHub Diff Whitespace Ignore Button?

GitHub Diff Whitespace Ignore Button adalah ekstensi Chrome yang dikembangkan oleh UsainBloot, dan fitur utamanya adalah "Adds an 'Ignore whitespace' button on any GitHub file diff page.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi GitHub Diff Whitespace Ignore Button

Unduh file ekstensi GitHub Diff Whitespace Ignore Button 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

                        Inserts an "Ignore Whitespace" button on file diff pages on GitHub                    

Informasi Dasar Ekstensi

Nama GitHub Diff Whitespace Ignore Button GitHub Diff Whitespace Ignore Button
ID cndheldchmdkjjggoghiildfbolgpeka
URL Resmi https://chromewebstore.google.com/detail/github-diff-whitespace-ig/cndheldchmdkjjggoghiildfbolgpeka
Deskripsi Adds an 'Ignore whitespace' button on any GitHub file diff page.
Ukuran File 23.85 KB
Jumlah Instalasi 25
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2016-10-07
Tanggal Publikasi 2016-10-07
Penilaian 5.00/5 Total 4 Penilaian
Pengembang UsainBloot
Tipe Pembayaran free
Situs Ekstensi https://github.com/UsainBloot/github-whitespace-toggle
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub Diff Whitespace Ignore Button",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Adds an 'Ignore whitespace' button on any GitHub file diff page.",
    "homepage_url": "https:\/\/github.com\/UsainBloot\/github-whitespace-toggle",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "GitHub Diff Whitespace Ignore Button"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs"
    ]
}