Image info

Display image info: width, height, size

Image infoとは何ですか?

Image infoはhttps://sibo.meによって開発されたChromeの拡張機能で、その主な機能は「Display image info: width, height, size」です。

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

screenshot

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

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

拡張機能の使用方法

                        Show image info when your mouse over an image, including width, height and file size in kb.                    

拡張機能の基本情報

名前 Image info Image info
ID lhjppngegpcocmjoflncllmpcldjnbmk
公式URL https://chromewebstore.google.com/detail/image-info/lhjppngegpcocmjoflncllmpcldjnbmk
説明 Display image info: width, height, size
ファイルサイズ 97.21 KB
インストール数 3,673
現在のバージョン 0.3.0
最終更新日 2020-07-24
公開日 2016-04-16
評価 4.28/5 合計 18 レビュー
開発者 https://sibo.me
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image info",
    "manifest_version": 2,
    "version": "0.3.0",
    "description": "Display image info: width, height, size",
    "icons": {
        "16": "icons\/16.png",
        "20": "icons\/20.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    },
    "browser_action": {
        "default_title": "Image Info - running",
        "default_icon": "icons\/48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/style.css"
            ],
            "js": [
                "\/jquery-2.0.3.min.js",
                "\/index.js"
            ]
        }
    ]
}