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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}