Gravatar Zoom

Hover gravatar images anywhere on the web to zoom them up.

什么是Gravatar Zoom?

Gravatar Zoom是由Johan Sundström开发的Chrome扩展程序,该扩展的主要功能是“Hover gravatar images anywhere on the web to zoom them up.”。

扩展截图

下载Gravatar Zoom扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 Gravatar Zoom Gravatar Zoom
ID aandleloebomjamhnmlomlcodbmhoenh
官方URL https://chrome.google.com/webstore/detail/gravatar-zoom/aandleloebomjamhnmlomlcodbmhoenh
简介 Hover gravatar images anywhere on the web to zoom them up.
文件大小 45.06 KB
安装次数 76
当前版本 1.9
更新时间 2012-06-08
上架时间 2012-06-08
评分 1.00/5 共2次评分
开发者 Johan Sundström
付费类型 free
扩展官网 https://github.com/johan/gravatar-zoom/
支持的语言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.9",
    "manifest_version": 2,
    "name": "Gravatar Zoom",
    "homepage_url": "https:\/\/github.com\/johan\/gravatar-zoom\/",
    "description": "Hover gravatar images anywhere on the web to zoom them up.",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "jquery-1.7.2.min.js",
                "gravatar-zoom.user.js"
            ],
            "all_frames": true
        }
    ]
}