Custom Gmail Labels Color

Change gmail labels color to any you want!

Custom Gmail Labels Color là gì?

Custom Gmail Labels Color là một tiện ích mở rộng Chrome được phát triển bởi JP-Ekuzen, và tính năng chính của nó là "Change gmail labels color to any you want!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Custom Gmail Labels Color

Tải xuống các tệp mở rộng Custom Gmail Labels Color dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Custom Gmail Labels Color Custom Gmail Labels Color
ID nnmbdhfdddpebeigkimgifgjhdnfhkhg
URL Chính Thức https://chromewebstore.google.com/detail/custom-gmail-labels-color/nnmbdhfdddpebeigkimgifgjhdnfhkhg
Mô tả Change gmail labels color to any you want!
Kích Thước Tệp 71.2 KB
Số Lần Cài Đặt 226
Phiên Bản Hiện Tại 1.02
Cập Nhật Lần Cuối 2023-12-18
Ngày Phát Hành 2022-04-22
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển JP-Ekuzen
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://www.youtube.com/watch?v=j0F15_aCvc8
Ngôn Ngữ Được Hỗ Trợ 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"
}