Send to Exif Viewer
This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.
什么是Send to Exif Viewer?
Send to Exif Viewer是由José Tomás Tocino开发的Chrome扩展程序,该扩展的主要功能是“This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.”。
扩展截图
下载Send to Exif Viewer扩展crx文件
下载Send to Exif Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Do you like checking the EXIF information of the images you find on the Internet? This extension will add an additional item to the context menu of the images which will open a new tab with the image in a metadata viewer. Piece of cake! It can't be any easier.
扩展基本信息
名称 | Send to Exif Viewer |
ID | gogiienhpamfmodmlnhdljokkjiapfck |
官方URL | https://chromewebstore.google.com/detail/send-to-exif-viewer/gogiienhpamfmodmlnhdljokkjiapfck |
简介 | This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer. |
文件大小 | 323 KB |
安装次数 | 7,345 |
当前版本 | 2.1 |
更新时间 | 2022-01-13 |
上架时间 | 2017-01-15 |
评分 | 4.15/5 共46次评分 |
开发者 | José Tomás Tocino |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Send to Exif Viewer", "description": "This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.", "version": "2.1", "permissions": [ "contextMenus", "tabs" ], "background": { "scripts": [ "send-to-exif-viewer.js" ] }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |