Send to Exif Viewer
This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.
¿Qué es Send to Exif Viewer?
Send to Exif Viewer es una extensión de Chrome desarrollada por José Tomás Tocino, y su función principal es "This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Send to Exif Viewer
Descarga archivos de extensión Send to Exif Viewer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Send to Exif Viewer |
ID | gogiienhpamfmodmlnhdljokkjiapfck |
URL Oficial | https://chromewebstore.google.com/detail/send-to-exif-viewer/gogiienhpamfmodmlnhdljokkjiapfck |
Descripción | This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer. |
Tamaño del Archivo | 323 KB |
Cantidad de Instalaciones | 7,345 |
Versión Actual | 2.1 |
Última Actualización | 2022-01-13 |
Fecha de Publicación | 2017-01-15 |
Calificación | 4.15/5 Total de 46 Calificaciones |
Desarrollador | José Tomás Tocino |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |