Imageinfo EXIF
Get image info for images, including EXIF data
What is Imageinfo EXIF?
Imageinfo EXIF is a Chrome extension developed by ext-dev, and its main feature is "Get image info for images, including EXIF data".
Download Imageinfo EXIF Extension CRX File
Download Imageinfo EXIF extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | ![]() |
ID | kbppdlikenkcapobihjbdfpnbbjchonj |
Official URL | https://chrome.google.com/webstore/detail/imageinfo-exif/kbppdlikenkcapobihjbdfpnbbjchonj |
Description | Get image info for images, including EXIF data |
File Size | 18.98 KB |
Installation Count | 81 |
Current Version | 1.0.1 |
Last Updated | 2016-12-01 |
Publish Date | 2016-12-01 |
Developer | ext-dev |
Payment Type | free |
Extension Website | https://developer.chrome.com/extensions/samples#search:imageinfo |
Supported Languages | 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 } |