Custom Gmail Labels Color
Change gmail labels color to any you want!
Custom Gmail Labels Color क्या है?
Custom Gmail Labels Color JP-Ekuzen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change gmail labels color to any you want!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Custom Gmail Labels Color एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" } |