Custom Gmail Labels Color
Change gmail labels color to any you want!
Custom Gmail Labels Colorとは何ですか?
Custom Gmail Labels ColorはJP-Ekuzenによって開発されたChromeの拡張機能で、その主な機能は「Change gmail labels color to any you want!」です。
拡張機能のスクリーンショット
Custom Gmail Labels Color拡張機能のCRXファイルをダウンロード
Custom Gmail Labels Color拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The plugin allows you to freely edit the background color and text in the label of Gmail emails. In the future, it is planned to add the option to also add the option to set the gradient. The settings and changes on the website will take place and refresh themselves.
拡張機能の基本情報
名前 | Custom Gmail Labels Color |
ID | nnmbdhfdddpebeigkimgifgjhdnfhkhg |
公式URL | https://chromewebstore.google.com/detail/custom-gmail-labels-color/nnmbdhfdddpebeigkimgifgjhdnfhkhg |
説明 | Change gmail labels color to any you want! |
ファイルサイズ | 71.2 KB |
インストール数 | 226 |
現在のバージョン | 1.02 |
最終更新日 | 2023-12-18 |
公開日 | 2022-04-22 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | JP-Ekuzen |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://www.youtube.com/watch?v=j0F15_aCvc8 |
対応言語 | en |
manifest.json | |
{ "action": { "default_icon": { "16": "\/assets\/images\/icons\/icon16_2.png", "48": "\/assets\/images\/icons\/icon48_2.png", "128": "\/assets\/images\/icons\/icon128_2.png" } }, "author": "Ekuzen", "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/mail.google.com\/mail*" ] } ], "description": "Change gmail labels color to any you want!", "host_permissions": [ "*:\/\/*.google.com\/mail*" ], "icons": { "16": "\/assets\/images\/icons\/icon16.png", "48": "\/assets\/images\/icons\/icon48.png", "128": "\/assets\/images\/icons\/icon128.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjPKFGQlwolQ5qb88CQQ1+jwwJ0ho21nrHC7pIoPCIZxvlFhsZnVDREshvMI1dc4bndt4KsfG+1YjXUtJAQI48HrbPME2P\/xOiICWO5CCj0SptedZIsiqC48oxNaQHz7PSyxwsGm740bXuebi439SLh55ag9XmP0Xx\/46chC9LobcRcf\/NdJ4BN\/6eEqo1T9nSrqLAzDE1oiMxDKOxlmPM5oMhaPhoqZ5K4u2GnfT6woo2a0raTsZYDfwcHu1x\/6F+4VDsxuk5IULD+gFKl9MW5kAzoZ5F7XsORlEHwFajFPUQROhsFxRQExa+bgJiyOe4WkJz0mNEJigSlEB+DUEywIDAQAB", "manifest_version": 3, "name": "Custom Gmail Labels Color", "options_page": "\/options\/options.html", "permissions": [ "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.02" } |