Dribbble shot hover preview

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

Qu'est-ce que Dribbble shot hover preview ?

Dribbble shot hover preview est une extension Chrome développée par Catico, et sa fonction principale est "Show large shot preview on hover. Supports images, gifs and videos.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Dribbble shot hover preview

Téléchargez les fichiers d'extension Dribbble shot hover preview au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Dribbble shot hover preview Dribbble shot hover preview
ID kpokkmehdkmcnfiknnjlnjmppnpfnhkh
URL Officiel https://chromewebstore.google.com/detail/dribbble-shot-hover-previ/kpokkmehdkmcnfiknnjlnjmppnpfnhkh
Description Show large shot preview on hover. Supports images, gifs and videos.
Taille du Fichier 350 KB
Nombre d'Installations 284
Version Actuelle 1.2.0
Dernière Mise à Jour 2022-12-23
Date de Publication 2020-06-10
Évaluation 3.67/5 Total 3 Évaluations
Développeur Catico
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/caticodev/dribbble-hover-zoom
URL de la Page d'Aide https://github.com/caticodev/dribbble-hover-zoom
Langues Prises en Charge 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"
    ]
}