Google with Favicons

A Chrome extension which shows favicons in Google search results.

什么是Google with Favicons?

Google with Favicons是由https://junion.org开发的Chrome扩展程序,该扩展的主要功能是“A Chrome extension which shows favicons in Google search results.”。

扩展截图

screenshot

下载Google with Favicons扩展crx文件

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

扩展使用说明

                        "Google with Favicons" is a Chrome extension which shows favicons in Google search results.
You can get more user-friendly and cool search experience.                    

扩展基本信息

名称 Google with Favicons Google with Favicons
ID nabghppbcmjjflfemokkgocleeclijph
官方URL https://chromewebstore.google.com/detail/google-with-favicons/nabghppbcmjjflfemokkgocleeclijph
简介 A Chrome extension which shows favicons in Google search results.
文件大小 45.75 KB
安装次数 1,107
当前版本 1.0.1
更新时间 2014-11-03
上架时间 2014-11-03
评分 3.54/5 共83次评分
开发者 https://junion.org
付费类型 free
扩展官网 https://github.com/junion-org/GoogleWithFavicons
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google with Favicons",
    "version": "1.0.1",
    "description": "A Chrome extension which shows favicons in Google search results.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "http:\/\/www.google.*\/*",
                "https:\/\/www.google.*\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery-2.1.1.min.js",
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "128": "img\/icon-128.png",
        "48": "img\/icon-48.png",
        "16": "img\/icon-16.png"
    }
}