IPTC Photo Metadata inspector
Right-click on any image and select "View IPTC Photo Metadata". IPTC's GetPMD tool shows all metadata embedded in the image.
Vad är IPTC Photo Metadata inspector?
IPTC Photo Metadata inspector är en Chrome-tillägg utvecklad av iptcappsmanagement, och dess huvudfunktion är "Right-click on any image and select "View IPTC Photo Metadata". IPTC's GetPMD tool shows all metadata embedded in the image.".
Tilläggsskärmbilder
Ladda ner IPTC Photo Metadata inspector-förlängningens CRX-fil
Ladda ner IPTC Photo Metadata inspector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Many images on the web contain embedded metadata such as creator, location, copyright and licensing information, even people and products depicted. IPTC's Photo Metadata Inspector tool lets you see embedded metadata in many image files. For eligible images, a context menu will appear when you right-click on the image. Select "View IPTC Photo Metadata" and you will be taken to IPTC's Get Photo Metadata (GetPMD) tool which will display all metadata embedded in the image file.
Grundläggande Information om Tillägg
Namn | IPTC Photo Metadata inspector |
ID | ejadeefikdifbfnhokdodfphhkimbelb |
Officiell webbadress | https://chromewebstore.google.com/detail/iptc-photo-metadata-inspe/ejadeefikdifbfnhokdodfphhkimbelb |
Beskrivning | Right-click on any image and select "View IPTC Photo Metadata". IPTC's GetPMD tool shows all metadata embedded in the image. |
Filstorlek | 15.29 KB |
Antal Installationer | 1,529 |
Aktuell Version | 0.2 |
Senast Uppdaterad | 2020-12-02 |
Publiceringsdatum | 2020-12-02 |
Betyg | 3.33/5 Totalt 3 Betyg |
Utvecklare | iptcappsmanagement |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://iptc.org/standards/photo-metadata/browser-extensions/ |
Hjälpsida URL | https://iptc.org/standards/photo-metadata/browser-extensions/ |
URL till Sekretesspolicy Sidan | https://iptc.org/documents/privacy-notice-for-public-iptc-websites |
Stödda Språk | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IPTC Photo Metadata inspector", "version": "0.2", "description": "Right-click on any image and select \"View IPTC Photo Metadata\". IPTC's GetPMD tool shows all metadata embedded in the image.", "icons": { "16": "iptc_icon16.png", "32": "iptc_icon32.png", "48": "iptc_icon48.png", "128": "iptc_icon128.png" }, "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2 } |