Gmail Color Favicon
Allows you to change the color of your Gmail favicon to make it easier to distinguish between accounts.
Gmail Color Favicon क्या है?
Gmail Color Favicon Manu Cornet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to change the color of your Gmail favicon to make it easier to distinguish between accounts."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Gmail Color Favicon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
*** Please reload your Gmail tabs after installing this extension. *** *** Known issue: the color you've chosen doesn't stick when you reload your Gmail. That's next on the roadmap. *** Feedback and contributions welcome!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ibkehhmaemkhpniaekaggfcbhfhaiiho |
आधिकारिक URL | https://chrome.google.com/webstore/detail/gmail-color-favicon/ibkehhmaemkhpniaekaggfcbhfhaiiho |
विवरण | Allows you to change the color of your Gmail favicon to make it easier to distinguish between accounts. |
फ़ाइल का आकार | 652 KB |
स्थापना संख्या | 422 |
वर्तमान संस्करण | 0.15 |
अंतिम अपडेट | 2016-01-06 |
प्रकाशन तिथि | 2016-01-06 |
रेटिंग | 4.00/5 कुल 10 रेटिंग्स |
डेवलपर | Manu Cornet |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/lmanul/gmailcolorfavicon |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gmail Color Favicon", "version": "0.15", "description": "Allows you to change the color of your Gmail favicon to make it easier to distinguish between accounts.", "browser_action": { "default_title": "Pick a color", "default_icon": "icon_19.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "content.js" ] } ], "icons": { "19": "icon_19.png", "32": "icon_32.png", "48": "icon_48.png", "72": "icon_72.png", "128": "icon_128.png", "250": "icon_250.png" }, "permissions": [ "https:\/\/mail.google.com\/*", "tabs" ] } |