Dribbble shot hover preview

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

Apa itu Dribbble shot hover preview?

Dribbble shot hover preview adalah ekstensi Chrome yang dikembangkan oleh Catico, dan fitur utamanya adalah "Show large shot preview on hover. Supports images, gifs and videos.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Dribbble shot hover preview

Unduh file ekstensi Dribbble shot hover preview dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Dribbble shot hover preview Dribbble shot hover preview
ID kpokkmehdkmcnfiknnjlnjmppnpfnhkh
URL Resmi https://chromewebstore.google.com/detail/dribbble-shot-hover-previ/kpokkmehdkmcnfiknnjlnjmppnpfnhkh
Deskripsi Show large shot preview on hover. Supports images, gifs and videos.
Ukuran File 350 KB
Jumlah Instalasi 284
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2022-12-23
Tanggal Publikasi 2020-06-10
Penilaian 3.67/5 Total 3 Penilaian
Pengembang Catico
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/caticodev/dribbble-hover-zoom
URL Halaman Bantuan https://github.com/caticodev/dribbble-hover-zoom
Bahasa yang Didukung 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"
    ]
}