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
官方URL 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"
    }
}