Google with Favicons

A Chrome extension which shows favicons in Google search results.

Co to jest Google with Favicons?

Google with Favicons to rozszerzenie Chrome opracowane przez https://junion.org, a jego główną funkcją jest „A Chrome extension which shows favicons in Google search results.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Google with Favicons

Pobierz pliki rozszerzeń Google with Favicons w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Google with Favicons Google with Favicons
ID nabghppbcmjjflfemokkgocleeclijph
Oficjalny URL https://chromewebstore.google.com/detail/google-with-favicons/nabghppbcmjjflfemokkgocleeclijph
Opis A Chrome extension which shows favicons in Google search results.
Rozmiar pliku 45.75 KB
Liczba instalacji 1,107
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2014-11-03
Data Publikacji 2014-11-03
Ocena 3.54/5 Łącznie 83 Oceny
Deweloper https://junion.org
Typ Płatności free
Strona Rozszerzenia https://github.com/junion-org/GoogleWithFavicons
Obsługiwane Języki 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"
    }
}