Dribbble GIF thumbnails

This extension replaces gif thumbnails with the original gifs

什麼是Dribbble GIF thumbnails?

Dribbble GIF thumbnails是由Sid開發的Chrome擴展程式,該擴展的主要功能是“This extension replaces gif thumbnails with the original gifs”。

擴展截圖

下載Dribbble GIF thumbnails擴展crx文件

下載Dribbble GIF thumbnails擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Dribbble GIF thumbnails Dribbble GIF thumbnails
ID emnlloipbhmdnmcbaepdphjbojgiepdd
官方網址 https://chrome.google.com/webstore/detail/dribbble-gif-thumbnails/emnlloipbhmdnmcbaepdphjbojgiepdd
簡介 This extension replaces gif thumbnails with the original gifs
檔案大小 33.51 KB
安裝次數 30
目前版本 1.1
更新時間 2015-01-10
上架時間 2015-01-10
評分 3.00/5 共 2 次評分
開發者 Sid
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dribbble GIF thumbnails",
    "description": "This extension replaces gif thumbnails with the original gifs",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dribbble.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "icons": {
        "48": "icon.png"
    }
}