Dribbble shot hover preview

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

Cos'è Dribbble shot hover preview?

Dribbble shot hover preview è un'estensione di Chrome sviluppata da Catico, e la sua funzione principale è "Show large shot preview on hover. Supports images, gifs and videos.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Dribbble shot hover preview

Scarica i file di estensione Dribbble shot hover preview in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Dribbble shot hover preview Dribbble shot hover preview
ID kpokkmehdkmcnfiknnjlnjmppnpfnhkh
URL Ufficiale https://chromewebstore.google.com/detail/dribbble-shot-hover-previ/kpokkmehdkmcnfiknnjlnjmppnpfnhkh
Descrizione Show large shot preview on hover. Supports images, gifs and videos.
Dimensione del File 350 KB
Conteggio Installazioni 284
Versione Corrente 1.2.0
Ultimo Aggiornamento 2022-12-23
Data di Pubblicazione 2020-06-10
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore Catico
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/caticodev/dribbble-hover-zoom
URL della Pagina di Aiuto https://github.com/caticodev/dribbble-hover-zoom
Lingue Supportate 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"
    ]
}