Dribbble shot hover preview

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

O que é Dribbble shot hover preview?

Dribbble shot hover preview é uma extensão do Chrome desenvolvida por Catico, e sua principal característica é "Show large shot preview on hover. Supports images, gifs and videos.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Dribbble shot hover preview

Baixe arquivos de extensão Dribbble shot hover preview no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Dribbble shot hover preview Dribbble shot hover preview
ID kpokkmehdkmcnfiknnjlnjmppnpfnhkh
URL Oficial https://chromewebstore.google.com/detail/dribbble-shot-hover-previ/kpokkmehdkmcnfiknnjlnjmppnpfnhkh
Descrição Show large shot preview on hover. Supports images, gifs and videos.
Tamanho do Arquivo 350 KB
Contagem de Instalações 284
Versão Atual 1.2.0
Última Atualização 2022-12-23
Data de Publicação 2020-06-10
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor Catico
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/caticodev/dribbble-hover-zoom
URL da Página de Ajuda https://github.com/caticodev/dribbble-hover-zoom
Idiomas Suportados 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"
    ]
}