Dribbble shot hover preview

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

什么是Dribbble shot hover preview?

Dribbble shot hover preview是由Catico开发的Chrome扩展程序,该扩展的主要功能是“Show large shot preview on hover. Supports images, gifs and videos.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Dribbble shot hover preview扩展crx文件

下载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"
    ]
}