Restore the Google logo back to the year 2014

Restore the Google logo back to the year 2014

Co je Restore the Google logo back to the year 2014?

Restore the Google logo back to the year 2014 je rozšíření Chrome vyvinuté Michael Sifrar, a jeho hlavní funkcí je „Restore the Google logo back to the year 2014“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Restore the Google logo back to the year 2014

Stáhněte si soubory rozšíření Restore the Google logo back to the year 2014 ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Why the new Google logo? Why? Why? Why? 

Change is good - but doesn't mean we have to like it. 

This is why we developed a chrome extension to rollback the Google logo to the year 2014. 

Just  "+ Add to Chrome" and never see the new logo again - or at least not everywhere. 



 * CSS injected into almost every Google URL to roll back the new logo
 * Developed by Michael Sifrar - StartWithAWebsite.com, LLC
 * http://StartWithAWebsite.com


PS - 
If anyone wants to redesign the logo - submit examples to us at [email protected] and We'll make an extension for the winning logo.                    

Základní Informace o Rozšíření

Název Restore the Google logo back to the year 2014 Restore the Google logo back to the year 2014
ID dcbenhefbbdmpgfnakmbdnbchiognmim
Oficiální URL https://chrome.google.com/webstore/detail/restore-the-google-logo-b/dcbenhefbbdmpgfnakmbdnbchiognmim
Popis Restore the Google logo back to the year 2014
Velikost souboru 17.23 KB
Počet instalací 1,729
Aktuální Verze 0.0.0.3
Poslední Aktualizace 2016-02-06
Datum Vydání 2016-02-06
Hodnocení 2.91/5 Celkem 55 Hodnocení
Vývojář Michael Sifrar
Typ Platby free
Webové stránky Rozšíření http://startwithawebsite.com
URL Stránky Nápovědy http://startwithawebsite.com
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "main.css"
            ],
            "all_frames": false,
            "matches": [
                "http:\/\/*.google.com\/*",
                "https:\/\/*.google.com\/*"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "description": "Restore the Google logo back to the year 2014",
    "icons": {
        "128": "Google-2014-128.png",
        "16": "Google-2014-128.png",
        "48": "Google-2014-128.png"
    },
    "manifest_version": 2,
    "name": "Restore the Google logo back to the year 2014",
    "version": "0.0.0.3",
    "web_accessible_resources": [
        "main.css"
    ]
}