Github Vanced

An ultimate chrome extension to customize and streamline your GitHub experience!

Apa itu Github Vanced?

Github Vanced adalah ekstensi Chrome yang dikembangkan oleh bhumijgupta, dan fitur utamanya adalah "An ultimate chrome extension to customize and streamline your GitHub experience!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Github Vanced

Unduh file ekstensi Github Vanced 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

                        An ultimate chrome extension to customize and streamline your GitHub experience with a lifetime promise of no ads and no data collection
Features -
1. Website wide dark mode
2. Colors contribution chart to avoid distraction
3. Easy toggle switches to enable and disable features                    

Informasi Dasar Ekstensi

Nama Github Vanced Github Vanced
ID apidmenkobkfjiffjmapgjdapmpaneck
URL Resmi https://chrome.google.com/webstore/detail/github-vanced/apidmenkobkfjiffjmapgjdapmpaneck
Deskripsi An ultimate chrome extension to customize and streamline your GitHub experience!
Ukuran File 57.45 KB
Jumlah Instalasi 45
Versi Saat Ini 0.8.4
Terakhir Diperbarui 2019-07-12
Tanggal Publikasi 2019-07-12
Penilaian 5.00/5 Total 1 Penilaian
Pengembang bhumijgupta
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/bhumijgupta/Github-vanced
URL Halaman Bantuan https://github.com/bhumijgupta/Github-vanced/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Github Vanced",
    "description": "An ultimate chrome extension to customize and streamline your GitHub experience!",
    "version": "0.8.4",
    "author": "Bhumij Gupta",
    "icons": {
        "16": "assets\/icon_16.png",
        "32": "assets\/icon_32.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/github.com\/*",
                "https:\/\/github.com\/*"
            ],
            "js": [
                "colorify.js",
                "darktheme.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "popup.html",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}