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