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
擴展基本資訊
名稱 | ![]() |
ID | kbppdlikenkcapobihjbdfpnbbjchonj |
官方網址 | 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 } |