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
        }
    ]
}