Custom Gmail™ Favicons

Customize your Gmail™ favicon

Custom Gmail™ Favicons क्या है?

Custom Gmail™ Favicons evan.carothers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Customize your Gmail™ favicon"।

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

screenshot
screenshot

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

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

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

                        Do you use more than 1 Gmail™ account on a daily basis? Sick of losing your inbox tabs all over the place? With this extension you can set a custom favicon icon for each of your Gmail™ email accounts, complete with unread message notification. Simply specify the email accounts in the extension options and upload the image you wish to use for the favicon and you're off to the races!

**PLEASE NOTE** - you must not have the Gmail™ Labs "Unread Message Icon" feature enabled or this extension won't work with that account. This extension replaces that feature however, so you are still good to go if you've become accustomed to the favicon badges.                    

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

नाम Custom Gmail™ Favicons Custom Gmail™ Favicons
ID naelggiioddkpaokkopkbgfcjlkldpdn
आधिकारिक URL https://chromewebstore.google.com/detail/custom-gmail-favicons/naelggiioddkpaokkopkbgfcjlkldpdn
विवरण Customize your Gmail™ favicon
फ़ाइल का आकार 121 KB
स्थापना संख्या 382
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2015-11-25
प्रकाशन तिथि 2015-11-24
रेटिंग 4.17/5 कुल 6 रेटिंग्स
डेवलपर evan.carothers
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Custom Gmail\u2122 Favicons",
    "version": "1.0.1",
    "manifest_version": 2,
    "author": "Evan Carothers",
    "description": "Customize your Gmail\u2122 favicon",
    "homepage_url": "https:\/\/github.com\/ecaroth\/gmail-favicon-customizer-chrome-extension",
    "icons": {
        "16": "src\/images\/icon-16.png",
        "128": "src\/images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "js": [
                "src\/shared\/message-relay\/message_relay.js",
                "src\/shared\/favico\/favico.js",
                "src\/content\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/src\/*"
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "https:\/\/mail.google.com\/mail\/"
    ],
    "options_ui": {
        "page": "src\/options\/options.html",
        "chrome_style": true
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}