Send to Exif Viewer
This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.
O que é Send to Exif Viewer?
Send to Exif Viewer é uma extensão do Chrome desenvolvida por José Tomás Tocino, e sua principal característica é "This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Send to Exif Viewer
Baixe arquivos de extensão Send to Exif Viewer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Send to Exif Viewer |
ID | gogiienhpamfmodmlnhdljokkjiapfck |
URL Oficial | https://chromewebstore.google.com/detail/send-to-exif-viewer/gogiienhpamfmodmlnhdljokkjiapfck |
Descrição | This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer. |
Tamanho do Arquivo | 323 KB |
Contagem de Instalações | 7,345 |
Versão Atual | 2.1 |
Última Atualização | 2022-01-13 |
Data de Publicação | 2017-01-15 |
Classificação | 4.15/5 Total de 46 Avaliações |
Desenvolvedor | José Tomás Tocino |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |