Restore the Google logo back to the year 2014

Restore the Google logo back to the year 2014

ما هو Restore the Google logo back to the year 2014؟

Restore the Google logo back to the year 2014 هو إضافة Chrome تم تطويرها بواسطة Michael Sifrar، والميزة الرئيسية لها هي "Restore the Google logo back to the year 2014".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Restore the Google logo back to the year 2014

قم بتنزيل ملفات الامتداد Restore the Google logo back to the year 2014 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Restore the Google logo back to the year 2014 Restore the Google logo back to the year 2014
ID dcbenhefbbdmpgfnakmbdnbchiognmim
عنوان URL الرسمي https://chrome.google.com/webstore/detail/restore-the-google-logo-b/dcbenhefbbdmpgfnakmbdnbchiognmim
الوصف Restore the Google logo back to the year 2014
حجم الملف 17.23 KB
عدد التثبيتات 1,729
النسخة الحالية 0.0.0.3
آخر تحديث 2016-02-06
تاريخ النشر 2016-02-06
تقييم 2.91/5 مجموع تقييمات 55
المطور Michael Sifrar
نوع الدفع free
موقع الإضافة http://startwithawebsite.com
عنوان صفحة المساعدة http://startwithawebsite.com
اللغات المدعومة 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"
    ]
}