Gmail™ Favicon Customizer

Never mistake your work email for your personal again!

Gmail™ Favicon Customizer क्या है?

Gmail™ Favicon Customizer https://mightytext.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Never mistake your work email for your personal again!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gmail™ Favicon Customizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Using Gmail for work email and personal email??  Running both of these in the same Chrome session can get really confusing, especially if you are switching back and forth all day.

Run this and the Gmail icon for your work email will become blue.  It will detect whether the chrome tab is running Gmail for work and change the gmail favicon (icon in the tab) to a blue icon.                    

एक्सटेंशन की मूल जानकारी

नाम Gmail™ Favicon Customizer Gmail™ Favicon Customizer
ID hbnnphjhkbdeagbpjcnihdgianfhdgoo
आधिकारिक URL https://chromewebstore.google.com/detail/gmail-favicon-customizer/hbnnphjhkbdeagbpjcnihdgianfhdgoo
विवरण Never mistake your work email for your personal again!
फ़ाइल का आकार 267 KB
स्थापना संख्या 1,446
वर्तमान संस्करण 1.5
अंतिम अपडेट 2018-04-26
प्रकाशन तिथि 2018-04-25
रेटिंग 4.11/5 कुल 18 रेटिंग्स
डेवलपर https://mightytext.net
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://mightytext.net/privacy
समर्थित भाषाएँ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail\u2122 Favicon Customizer",
    "description": "Never mistake your work email for your personal again!",
    "version": "1.5",
    "default_locale": "en",
    "icons": {
        "128": "img\/favicon-customizer-logo-128.png",
        "48": "img\/favicon-customizer-logo-48.png",
        "16": "img\/favicon-customizer-logo-16.png"
    },
    "permissions": [
        "https:\/\/mail.google.com\/mail\/*"
    ],
    "web_accessible_resources": [
        "img\/mighty-gmail6.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "js": [
                "jquery-2.1.0.min.js",
                "customize.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "object-src 'self';  script-src 'self' https:\/\/ssl.google-analytics.com",
    "manifest_version": 2
}