Imageinfo EXIF

Get image info for images, including EXIF data

Imageinfo EXIFとは何ですか?

Imageinfo EXIFはext-devによって開発されたChromeの拡張機能で、その主な機能は「Get image info for images, including EXIF data」です。

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

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

拡張機能の使用方法

                        USAGE: right-click on images.  select a menu 'Get Image Info'.

This is just a copy of the 'Imageinfo' at https://developer.chrome.com/extensions/samples                    

拡張機能の基本情報

名前 Imageinfo EXIF Imageinfo EXIF
ID kbppdlikenkcapobihjbdfpnbbjchonj
公式URL https://chrome.google.com/webstore/detail/imageinfo-exif/kbppdlikenkcapobihjbdfpnbbjchonj
説明 Get image info for images, including EXIF data
ファイルサイズ 18.98 KB
インストール数 81
現在のバージョン 1.0.1
最終更新日 2016-12-01
公開日 2016-12-01
開発者 ext-dev
支払い方法 free
拡張機能のウェブサイト https://developer.chrome.com/extensions/samples#search:imageinfo
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Imageinfo EXIF",
    "version": "1.0.1",
    "description": "Get image info for images, including EXIF data",
    "homepage_url": "https:\/\/developer.chrome.com\/extensions\/samples#search:imageinfo",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "minimum_chrome_version": "6.0.0.0",
    "icons": {
        "16": "imageinfo-16.png",
        "48": "imageinfo-48.png",
        "128": "imageinfo-128.png"
    },
    "manifest_version": 2
}