Dribbble shot hover preview

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

Wat is Dribbble shot hover preview?

Dribbble shot hover preview is een Chrome-extensie ontwikkeld door Catico, en de belangrijkste functie is "Show large shot preview on hover. Supports images, gifs and videos.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Dribbble shot hover preview

Download Dribbble shot hover preview-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Dribbble shot hover preview Dribbble shot hover preview
ID kpokkmehdkmcnfiknnjlnjmppnpfnhkh
Officiële URL https://chromewebstore.google.com/detail/dribbble-shot-hover-previ/kpokkmehdkmcnfiknnjlnjmppnpfnhkh
Beschrijving Show large shot preview on hover. Supports images, gifs and videos.
Bestandsgrootte 350 KB
Aantal Installaties 284
Huidige Versie 1.2.0
Laatst Bijgewerkt 2022-12-23
Publicatiedatum 2020-06-10
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Catico
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/caticodev/dribbble-hover-zoom
Help Pagina-URL https://github.com/caticodev/dribbble-hover-zoom
Ondersteunde Talen 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"
    ]
}