Restore the Google logo back to the year 2014

Restore the Google logo back to the year 2014

Apa itu Restore the Google logo back to the year 2014?

Restore the Google logo back to the year 2014 adalah ekstensi Chrome yang dikembangkan oleh Michael Sifrar, dan fitur utamanya adalah "Restore the Google logo back to the year 2014".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Restore the Google logo back to the year 2014

Unduh file ekstensi Restore the Google logo back to the year 2014 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Restore the Google logo back to the year 2014 Restore the Google logo back to the year 2014
ID dcbenhefbbdmpgfnakmbdnbchiognmim
URL Resmi https://chrome.google.com/webstore/detail/restore-the-google-logo-b/dcbenhefbbdmpgfnakmbdnbchiognmim
Deskripsi Restore the Google logo back to the year 2014
Ukuran File 17.23 KB
Jumlah Instalasi 1,729
Versi Saat Ini 0.0.0.3
Terakhir Diperbarui 2016-02-06
Tanggal Publikasi 2016-02-06
Penilaian 2.91/5 Total 55 Penilaian
Pengembang Michael Sifrar
Tipe Pembayaran free
Situs Ekstensi http://startwithawebsite.com
URL Halaman Bantuan http://startwithawebsite.com
Bahasa yang Didukung 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"
    ]
}