Dribbble shot hover preview

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

ما هو Dribbble shot hover preview؟

Dribbble shot hover preview هو إضافة Chrome تم تطويرها بواسطة Catico، والميزة الرئيسية لها هي "Show large shot preview on hover. Supports images, gifs and videos.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Dribbble shot hover preview

قم بتنزيل ملفات الامتداد Dribbble shot hover preview بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Dribbble shot hover preview Dribbble shot hover preview
ID kpokkmehdkmcnfiknnjlnjmppnpfnhkh
عنوان URL الرسمي https://chromewebstore.google.com/detail/dribbble-shot-hover-previ/kpokkmehdkmcnfiknnjlnjmppnpfnhkh
الوصف Show large shot preview on hover. Supports images, gifs and videos.
حجم الملف 350 KB
عدد التثبيتات 284
النسخة الحالية 1.2.0
آخر تحديث 2022-12-23
تاريخ النشر 2020-06-10
تقييم 3.67/5 مجموع تقييمات 3
المطور Catico
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/caticodev/dribbble-hover-zoom
عنوان صفحة المساعدة https://github.com/caticodev/dribbble-hover-zoom
اللغات المدعومة 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"
    ]
}