Dribbble shot hover preview

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

What is Dribbble shot hover preview?

Dribbble shot hover preview is a Chrome extension developed by Catico, and its main feature is "Show large shot preview on hover. Supports images, gifs and videos.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Dribbble shot hover preview Extension CRX File

Download Dribbble shot hover preview extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Dribbble shot hover preview Dribbble shot hover preview
ID kpokkmehdkmcnfiknnjlnjmppnpfnhkh
Official URL https://chromewebstore.google.com/detail/dribbble-shot-hover-previ/kpokkmehdkmcnfiknnjlnjmppnpfnhkh
Description Show large shot preview on hover. Supports images, gifs and videos.
File Size 350 KB
Installation Count 284
Current Version 1.2.0
Last Updated 2022-12-23
Publish Date 2020-06-10
Rating 3.67/5 Total 3 Ratings
Developer Catico
Email [email protected]
Payment Type free
Extension Website https://github.com/caticodev/dribbble-hover-zoom
Help Page URL https://github.com/caticodev/dribbble-hover-zoom
Supported Languages 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"
    ]
}