G Favicon Fixer

Return to the old Google favicon!

Hvad er G Favicon Fixer?

G Favicon Fixer er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Return to the old Google favicon!".

Udvidelsesskærmbilleder

screenshot

Download G Favicon Fixer-udvidelses-CRX-fil

Download G Favicon Fixer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn G Favicon Fixer G Favicon Fixer
ID fgofmpkkcmalkeloaihfljngbibciile
Officiel URL https://chromewebstore.google.com/detail/g-favicon-fixer/fgofmpkkcmalkeloaihfljngbibciile
Beskrivelse Return to the old Google favicon!
Filstørrelse 53.73 KB
Antal Installationer 1,140
Nuværende Version 1.1
Senest Opdateret 2012-08-23
Udgivelsesdato 2012-08-22
Bedømmelse 4.36/5 Samlet 14 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog 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"
    }
}