Send to Exif Viewer
This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.
Hvad er Send to Exif Viewer?
Send to Exif Viewer er en Chrome-udvidelse udviklet af José Tomás Tocino, og dens hovedfunktion er "This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.".
Udvidelsesskærmbilleder
Download Send to Exif Viewer-udvidelses-CRX-fil
Download Send to Exif Viewer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Send to Exif Viewer |
ID | gogiienhpamfmodmlnhdljokkjiapfck |
Officiel URL | https://chromewebstore.google.com/detail/send-to-exif-viewer/gogiienhpamfmodmlnhdljokkjiapfck |
Beskrivelse | This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer. |
Filstørrelse | 323 KB |
Antal Installationer | 7,345 |
Nuværende Version | 2.1 |
Senest Opdateret | 2022-01-13 |
Udgivelsesdato | 2017-01-15 |
Bedømmelse | 4.15/5 Samlet 46 Bedømmelser |
Udvikler | José Tomás Tocino |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |