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
官方網址 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"
    ]
}