Image Info on Hover

Display information about an image.

Image Info on Hoverとは何ですか?

Image Info on HoverはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Display information about an image.」です。

拡張機能のスクリーンショット

screenshot

Image Info on Hover拡張機能のCRXファイルをダウンロード

Image Info on Hover拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension will allows you to easily open and information box with details on each image you need to check. All you need to do is hover over the image and the information is displayed by the image.                    

拡張機能の基本情報

名前 Image Info on Hover Image Info on Hover
ID hmhickbbhblacjileplnjeabeeolffkf
公式URL https://chromewebstore.google.com/detail/image-info-on-hover/hmhickbbhblacjileplnjeabeeolffkf
説明 Display information about an image.
ファイルサイズ 54.44 KB
インストール数 1,294
現在のバージョン 0.1
最終更新日 2014-01-02
公開日 2014-01-02
評価 1.00/5 合計 4 レビュー
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Info on Hover",
    "description": "Display information about an image.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "version": "0.1",
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "extension.css"
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "extension.js"
            ]
        }
    ]
}