Send to Exif Viewer
This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.
Was ist Send to Exif Viewer?
Send to Exif Viewer ist eine Chrome-Erweiterung, die von José Tomás Tocino entwickelt wurde, und ihr Hauptmerkmal ist "This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.".
Erweiterungsscreenshots
Send to Exif Viewer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Send to Exif Viewer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Send to Exif Viewer |
ID | gogiienhpamfmodmlnhdljokkjiapfck |
Offizielle URL | https://chromewebstore.google.com/detail/send-to-exif-viewer/gogiienhpamfmodmlnhdljokkjiapfck |
Beschreibung | This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer. |
Dateigröße | 323 KB |
Installationsanzahl | 7,345 |
Aktuelle Version | 2.1 |
Letztes Update | 2022-01-13 |
Veröffentlichungsdatum | 2017-01-15 |
Bewertung | 4.15/5 Insgesamt 46 Bewertungen |
Entwickler | José Tomás Tocino |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |