Restore the Google logo back to the year 2014

Restore the Google logo back to the year 2014

Qu'est-ce que Restore the Google logo back to the year 2014 ?

Restore the Google logo back to the year 2014 est une extension Chrome développée par Michael Sifrar, et sa fonction principale est "Restore the Google logo back to the year 2014".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Restore the Google logo back to the year 2014

Téléchargez les fichiers d'extension Restore the Google logo back to the year 2014 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Restore the Google logo back to the year 2014 Restore the Google logo back to the year 2014
ID dcbenhefbbdmpgfnakmbdnbchiognmim
URL Officiel https://chrome.google.com/webstore/detail/restore-the-google-logo-b/dcbenhefbbdmpgfnakmbdnbchiognmim
Description Restore the Google logo back to the year 2014
Taille du Fichier 17.23 KB
Nombre d'Installations 1,729
Version Actuelle 0.0.0.3
Dernière Mise à Jour 2016-02-06
Date de Publication 2016-02-06
Évaluation 2.91/5 Total 55 Évaluations
Développeur Michael Sifrar
Type de Paiement free
Site Web de l'Extension http://startwithawebsite.com
URL de la Page d'Aide http://startwithawebsite.com
Langues Prises en Charge 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"
    ]
}