Dribbble shot hover preview

Show large shot preview on hover. Supports images, gifs and videos.

Co to jest Dribbble shot hover preview?

Dribbble shot hover preview to rozszerzenie Chrome opracowane przez Catico, a jego główną funkcją jest „Show large shot preview on hover. Supports images, gifs and videos.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Dribbble shot hover preview

Pobierz pliki rozszerzeń Dribbble shot hover preview 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

                        Instantly preview full size shot without opening, just hover in the left-top corner of a dribbble shot. 
Supports all images, gifs and videos.                    

Podstawowe informacje o rozszerzeniu

Nazwa Dribbble shot hover preview Dribbble shot hover preview
ID kpokkmehdkmcnfiknnjlnjmppnpfnhkh
Oficjalny URL https://chromewebstore.google.com/detail/dribbble-shot-hover-previ/kpokkmehdkmcnfiknnjlnjmppnpfnhkh
Opis Show large shot preview on hover. Supports images, gifs and videos.
Rozmiar pliku 350 KB
Liczba instalacji 284
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2022-12-23
Data Publikacji 2020-06-10
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper Catico
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/caticodev/dribbble-hover-zoom
Adres URL Strony Pomocy https://github.com/caticodev/dribbble-hover-zoom
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dribbble shot hover preview",
    "version": "1.2.0",
    "description": "Show large shot preview on hover. Supports images, gifs and videos.",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/webIcon.svg",
                "content\/index.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/index.js"
            ],
            "css": [
                "content\/index.css"
            ],
            "matches": [
                "*:\/\/dribbble.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}