Gravatar Zoom

Hover gravatar images anywhere on the web to zoom them up.

Co to jest Gravatar Zoom?

Gravatar Zoom to rozszerzenie Chrome opracowane przez Johan Sundström, a jego główną funkcją jest „Hover gravatar images anywhere on the web to zoom them up.”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Gravatar Zoom

Pobierz pliki rozszerzeń Gravatar Zoom 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

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Gravatar Zoom Gravatar Zoom
ID aandleloebomjamhnmlomlcodbmhoenh
Oficjalny URL https://chrome.google.com/webstore/detail/gravatar-zoom/aandleloebomjamhnmlomlcodbmhoenh
Opis Hover gravatar images anywhere on the web to zoom them up.
Rozmiar pliku 45.06 KB
Liczba instalacji 76
Aktualna Wersja 1.9
Ostatnia Aktualizacja 2012-06-08
Data Publikacji 2012-06-08
Ocena 1.00/5 Łącznie 2 Oceny
Deweloper Johan Sundström
Typ Płatności free
Strona Rozszerzenia https://github.com/johan/gravatar-zoom/
Obsługiwane Języki en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.9",
    "manifest_version": 2,
    "name": "Gravatar Zoom",
    "homepage_url": "https:\/\/github.com\/johan\/gravatar-zoom\/",
    "description": "Hover gravatar images anywhere on the web to zoom them up.",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "jquery-1.7.2.min.js",
                "gravatar-zoom.user.js"
            ],
            "all_frames": true
        }
    ]
}