Restore the Google logo back to the year 2014
Restore the Google logo back to the year 2014
O que é Restore the Google logo back to the year 2014?
Restore the Google logo back to the year 2014 é uma extensão do Chrome desenvolvida por Michael Sifrar, e sua principal característica é "Restore the Google logo back to the year 2014".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Restore the Google logo back to the year 2014
Baixe arquivos de extensão Restore the Google logo back to the year 2014 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Restore the Google logo back to the year 2014 |
ID | dcbenhefbbdmpgfnakmbdnbchiognmim |
URL Oficial | https://chrome.google.com/webstore/detail/restore-the-google-logo-b/dcbenhefbbdmpgfnakmbdnbchiognmim |
Descrição | Restore the Google logo back to the year 2014 |
Tamanho do Arquivo | 17.23 KB |
Contagem de Instalações | 1,729 |
Versão Atual | 0.0.0.3 |
Última Atualização | 2016-02-06 |
Data de Publicação | 2016-02-06 |
Classificação | 2.91/5 Total de 55 Avaliações |
Desenvolvedor | Michael Sifrar |
Tipo de Pagamento | free |
Site da Extensão | http://startwithawebsite.com |
URL da Página de Ajuda | http://startwithawebsite.com |
Idiomas Suportados | 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" ] } |