Send to Exif Viewer
This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.
Co je Send to Exif Viewer?
Send to Exif Viewer je rozšíření Chrome vyvinuté José Tomás Tocino, a jeho hlavní funkcí je „This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Send to Exif Viewer
Stáhněte si soubory rozšíření Send to Exif Viewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Send to Exif Viewer |
ID | gogiienhpamfmodmlnhdljokkjiapfck |
Oficiální URL | https://chromewebstore.google.com/detail/send-to-exif-viewer/gogiienhpamfmodmlnhdljokkjiapfck |
Popis | This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer. |
Velikost souboru | 323 KB |
Počet instalací | 7,345 |
Aktuální Verze | 2.1 |
Poslední Aktualizace | 2022-01-13 |
Datum Vydání | 2017-01-15 |
Hodnocení | 4.15/5 Celkem 46 Hodnocení |
Vývojář | José Tomás Tocino |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |