Google Logo Replacement Extension

This extension will replace the new Google logo and favicon with the old ones.

什么是Google Logo Replacement Extension?

Google Logo Replacement Extension是由mackayapps858开发的Chrome扩展程序,该扩展的主要功能是“This extension will replace the new Google logo and favicon with the old ones.”。

扩展截图

screenshot

下载Google Logo Replacement Extension扩展crx文件

下载Google Logo Replacement Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Google Logo Replacement Extension Google Logo Replacement Extension
ID abppbpaeongdmegplnmbibepppgenobi
官方URL https://chrome.google.com/webstore/detail/google-logo-replacement-e/abppbpaeongdmegplnmbibepppgenobi
简介 This extension will replace the new Google logo and favicon with the old ones.
文件大小 4.89 KB
安装次数 495
当前版本 1.0
更新时间 2015-09-05
上架时间 2015-09-05
评分 1.75/5 共12次评分
开发者 mackayapps858
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Logo Replacement Extension",
    "description": "This extension will replace the new Google logo and favicon with the old ones.",
    "version": "1.0",
    "author": "Byron Mackay",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/*",
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}