G Favicon Fixer

Return to the old Google favicon!

G Favicon Fixer क्या है?

G Favicon Fixer Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Return to the old Google favicon!"।

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

screenshot

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

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

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

                        Don't like the new white on blue G? Install this app to return to the multicolored 2009 favicon!                    

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

नाम G Favicon Fixer G Favicon Fixer
ID fgofmpkkcmalkeloaihfljngbibciile
आधिकारिक URL https://chromewebstore.google.com/detail/g-favicon-fixer/fgofmpkkcmalkeloaihfljngbibciile
विवरण Return to the old Google favicon!
फ़ाइल का आकार 53.73 KB
स्थापना संख्या 1,140
वर्तमान संस्करण 1.1
अंतिम अपडेट 2012-08-23
प्रकाशन तिथि 2012-08-22
रेटिंग 4.36/5 कुल 14 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "G Favicon Fixer",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Return to the old Google favicon!",
    "content_scripts": [
        {
            "js": [
                "mainscript.js"
            ],
            "matches": [
                "*:\/\/www.google.com\/*",
                "*:\/\/google.com\/*",
                "*:\/\/images.google.com\/*",
                "*:\/\/books.google.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "oldfavicon.ico"
    ],
    "icons": {
        "16": "oldfavicon16.png",
        "48": "oldfavicon48.png",
        "128": "oldfavicon128.png"
    }
}