Google Inbox Dark Skin

Darkens the Google Inbox page to an easy on the eyes skin.

Apa itu Google Inbox Dark Skin?

Google Inbox Dark Skin adalah ekstensi Chrome yang dikembangkan oleh yasser.ebrahim, dan fitur utamanya adalah "Darkens the Google Inbox page to an easy on the eyes skin.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Google Inbox Dark Skin

Unduh file ekstensi Google Inbox Dark Skin 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

                        Hand-picked colors to reduce eye strain, this isn't just an inversion skin, I custom designed the colors here to look pretty while being gentle on the eyes. Enjoy.

v0.2: Fixed styling with email compose, and disabled email reformatting. Emails now appear just as received.

v0.3: All emails are now in dark theme too, more style fixes.                    

Informasi Dasar Ekstensi

Nama Google Inbox Dark Skin Google Inbox Dark Skin
ID ihjnomkmbhokbglmhifpfpbomhbcoajl
URL Resmi https://chrome.google.com/webstore/detail/google-inbox-dark-skin/ihjnomkmbhokbglmhifpfpbomhbcoajl
Deskripsi Darkens the Google Inbox page to an easy on the eyes skin.
Ukuran File 126 KB
Jumlah Instalasi 228
Versi Saat Ini 0.3
Terakhir Diperbarui 2016-11-28
Tanggal Publikasi 2016-11-28
Penilaian 2.26/5 Total 34 Penilaian
Pengembang yasser.ebrahim
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "include_globs": [
                "*"
            ],
            "js": [
                "dark_inbox.js"
            ],
            "matches": [
                "http:\/\/inbox.google.com\/u\/*",
                "https:\/\/inbox.google.com\/u\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Darkens the Google Inbox page to an easy on the eyes skin.",
    "manifest_version": 2,
    "name": "Google Inbox Dark Skin",
    "short_name": "Dark Inbox",
    "version": "0.3"
}