black Gmail
This extension darkens the background color of Gmail.
black Gmailとは何ですか?
black Gmailはkinosiによって開発されたChromeの拡張機能で、その主な機能は「This extension darkens the background color of Gmail.」です。
拡張機能のスクリーンショット
black Gmail拡張機能のCRXファイルをダウンロード
black Gmail拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | kbobhigaelikafhojcljnbbdiphibpke |
公式URL | https://chrome.google.com/webstore/detail/black-gmail/kbobhigaelikafhojcljnbbdiphibpke |
説明 | This extension darkens the background color of Gmail. |
ファイルサイズ | 5.2 KB |
インストール数 | 32 |
現在のバージョン | 1.0.0 |
最終更新日 | 2019-06-19 |
公開日 | 2019-06-19 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | kinosi |
支払い方法 | free |
対応言語 | 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" } } |