Google with Favicons

A Chrome extension which shows favicons in Google search results.

Wat is Google with Favicons?

Google with Favicons is een Chrome-extensie ontwikkeld door https://junion.org, en de belangrijkste functie is "A Chrome extension which shows favicons in Google search results.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Google with Favicons

Download Google with Favicons-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Google with Favicons Google with Favicons
ID nabghppbcmjjflfemokkgocleeclijph
Officiële URL https://chromewebstore.google.com/detail/google-with-favicons/nabghppbcmjjflfemokkgocleeclijph
Beschrijving A Chrome extension which shows favicons in Google search results.
Bestandsgrootte 45.75 KB
Aantal Installaties 1,107
Huidige Versie 1.0.1
Laatst Bijgewerkt 2014-11-03
Publicatiedatum 2014-11-03
Beoordeling 3.54/5 Totaal 83 Beoordelingen
Ontwikkelaar https://junion.org
Betalingswijze free
Extensiewebsite https://github.com/junion-org/GoogleWithFavicons
Ondersteunde Talen 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"
    }
}