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!”。

扩展截图

screenshot
screenshot
screenshot

下载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 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
电子邮箱 [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"
}