black Gmail
This extension darkens the background color of Gmail.
Apa itu black Gmail?
black Gmail adalah ekstensi Chrome yang dikembangkan oleh kinosi, dan fitur utamanya adalah "This extension darkens the background color of Gmail.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi black Gmail
Unduh file ekstensi black Gmail 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
On Gmail,the background color of the text remains white, even with dark themes. This extension can darken the background color and whiten the text. If you want to know more, please check screenshots.
Informasi Dasar Ekstensi
Nama | |
ID | kbobhigaelikafhojcljnbbdiphibpke |
URL Resmi | https://chrome.google.com/webstore/detail/black-gmail/kbobhigaelikafhojcljnbbdiphibpke |
Deskripsi | This extension darkens the background color of Gmail. |
Ukuran File | 5.2 KB |
Jumlah Instalasi | 32 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2019-06-19 |
Tanggal Publikasi | 2019-06-19 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | kinosi |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "black Gmail", "author": "catdance124", "description": "This extension darkens the background color of Gmail.", "version": "1.0.0", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/mail\/*" ], "css": [ "style.css" ] } ], "icons": { "16": "icon16.png", "128": "icon128.png" } } |