Dribbble Shot Zoom

See the full size shot without opening it

什么是Dribbble Shot Zoom?

Dribbble Shot Zoom是由Zviad Sichinava开发的Chrome扩展程序,该扩展的主要功能是“See the full size shot without opening it”。

扩展截图

screenshot
screenshot

下载Dribbble Shot Zoom扩展crx文件

下载Dribbble Shot Zoom扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        See the full-size Dribbble shot without opening it. Please don`t misuse the extension - If you like the shot click the ❤ button from home screen.                    

扩展基本信息

名称 Dribbble Shot Zoom Dribbble Shot Zoom
ID igiifcpbjbgiblknodjjnphaggmnbpji
官方URL https://chrome.google.com/webstore/detail/dribbble-shot-zoom/igiifcpbjbgiblknodjjnphaggmnbpji
简介 See the full size shot without opening it
文件大小 279 KB
安装次数 116
当前版本 1
更新时间 2017-01-22
上架时间 2017-01-22
评分 5.00/5 共7次评分
开发者 Zviad Sichinava
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dribbble Shot Zoom",
    "author": "Zviad Sichinava",
    "description": "See the full size shot without opening it",
    "version": "1",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "icons\/extension\/16x16.png",
        "48": "icons\/extension\/48x48.png",
        "128": "icons\/extension\/128x128.png"
    },
    "web_accessible_resources": [
        "loading.gif",
        "icons\/web\/icon-off.svg",
        "icons\/web\/icon-lg.svg",
        "icons\/web\/icon-sm.svg"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dribbble.com\/*",
                "http:\/\/dribbble.com\/*"
            ],
            "js": [
                "jquery-3.1.1.slim.min.js",
                "main.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ]
}