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是由Michael Sifrar开发的Chrome扩展程序,该扩展的主要功能是“Restore the Google logo back to the year 2014”。

扩展截图

screenshot

下载Restore the Google logo back to the year 2014扩展crx文件

下载Restore the Google logo back to the year 2014扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
帮助页面URL 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"
    ]
}