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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
    ]
}