Dribbble shot hover preview

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

Dribbble shot hover preview là gì?

Dribbble shot hover preview là một tiện ích mở rộng Chrome được phát triển bởi Catico, và tính năng chính của nó là "Show large shot preview on hover. Supports images, gifs and videos.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dribbble shot hover preview

Tải xuống các tệp mở rộng Dribbble shot hover preview dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dribbble shot hover preview Dribbble shot hover preview
ID kpokkmehdkmcnfiknnjlnjmppnpfnhkh
URL Chính Thức https://chromewebstore.google.com/detail/dribbble-shot-hover-previ/kpokkmehdkmcnfiknnjlnjmppnpfnhkh
Mô tả Show large shot preview on hover. Supports images, gifs and videos.
Kích Thước Tệp 350 KB
Số Lần Cài Đặt 284
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2022-12-23
Ngày Phát Hành 2020-06-10
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Catico
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/caticodev/dribbble-hover-zoom
URL Trang Trợ Giúp https://github.com/caticodev/dribbble-hover-zoom
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}