Send to Exif Viewer
This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.
Cos'è Send to Exif Viewer?
Send to Exif Viewer è un'estensione di Chrome sviluppata da José Tomás Tocino, e la sua funzione principale è "This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Send to Exif Viewer
Scarica i file di estensione Send to Exif Viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Send to Exif Viewer |
ID | gogiienhpamfmodmlnhdljokkjiapfck |
URL Ufficiale | https://chromewebstore.google.com/detail/send-to-exif-viewer/gogiienhpamfmodmlnhdljokkjiapfck |
Descrizione | This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer. |
Dimensione del File | 323 KB |
Conteggio Installazioni | 7,345 |
Versione Corrente | 2.1 |
Ultimo Aggiornamento | 2022-01-13 |
Data di Pubblicazione | 2017-01-15 |
Valutazione | 4.15/5 Totale 46 Valutazioni |
Sviluppatore | José Tomás Tocino |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |