Dribbble shot hover preview

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

¿Qué es Dribbble shot hover preview?

Dribbble shot hover preview es una extensión de Chrome desarrollada por Catico, y su función principal es "Show large shot preview on hover. Supports images, gifs and videos.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Dribbble shot hover preview

Descarga archivos de extensión Dribbble shot hover preview en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Dribbble shot hover preview Dribbble shot hover preview
ID kpokkmehdkmcnfiknnjlnjmppnpfnhkh
URL Oficial https://chromewebstore.google.com/detail/dribbble-shot-hover-previ/kpokkmehdkmcnfiknnjlnjmppnpfnhkh
Descripción Show large shot preview on hover. Supports images, gifs and videos.
Tamaño del Archivo 350 KB
Cantidad de Instalaciones 284
Versión Actual 1.2.0
Última Actualización 2022-12-23
Fecha de Publicación 2020-06-10
Calificación 3.67/5 Total de 3 Calificaciones
Desarrollador Catico
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/caticodev/dribbble-hover-zoom
URL de la Página de Ayuda https://github.com/caticodev/dribbble-hover-zoom
Idiomas Soportados 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"
    ]
}