G Favicon Fixer
Return to the old Google favicon!
什么是G Favicon Fixer?
G Favicon Fixer是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Return to the old Google favicon!”。
扩展截图
下载G Favicon Fixer扩展crx文件
下载G Favicon Fixer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Don't like the new white on blue G? Install this app to return to the multicolored 2009 favicon!
扩展基本信息
名称 | G Favicon Fixer |
ID | fgofmpkkcmalkeloaihfljngbibciile |
官方URL | https://chromewebstore.google.com/detail/g-favicon-fixer/fgofmpkkcmalkeloaihfljngbibciile |
简介 | Return to the old Google favicon! |
文件大小 | 53.73 KB |
安装次数 | 1,140 |
当前版本 | 1.1 |
更新时间 | 2012-08-23 |
上架时间 | 2012-08-22 |
评分 | 4.36/5 共14次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "G Favicon Fixer", "version": "1.1", "manifest_version": 2, "description": "Return to the old Google favicon!", "content_scripts": [ { "js": [ "mainscript.js" ], "matches": [ "*:\/\/www.google.com\/*", "*:\/\/google.com\/*", "*:\/\/images.google.com\/*", "*:\/\/books.google.com\/*" ] } ], "web_accessible_resources": [ "oldfavicon.ico" ], "icons": { "16": "oldfavicon16.png", "48": "oldfavicon48.png", "128": "oldfavicon128.png" } } |