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.

什麼是IPTC Photo Metadata inspector?

IPTC Photo Metadata inspector是由iptcappsmanagement開發的Chrome擴展程式,該擴展的主要功能是“Right-click on any image and select "View IPTC Photo Metadata". IPTC's GetPMD tool shows all metadata embedded in the image.”。

擴展截圖

screenshot
screenshot

下載IPTC Photo Metadata inspector擴展crx文件

下載IPTC Photo Metadata inspector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 IPTC Photo Metadata inspector IPTC Photo Metadata inspector
ID ejadeefikdifbfnhokdodfphhkimbelb
官方網址 https://chromewebstore.google.com/detail/iptc-photo-metadata-inspe/ejadeefikdifbfnhokdodfphhkimbelb
簡介 Right-click on any image and select "View IPTC Photo Metadata". IPTC's GetPMD tool shows all metadata embedded in the image.
檔案大小 15.29 KB
安裝次數 1,529
目前版本 0.2
更新時間 2020-12-02
上架時間 2020-12-02
評分 3.33/5 共 3 次評分
開發者 iptcappsmanagement
電子郵箱 [email protected]
付費類型 free
擴展官網 https://iptc.org/standards/photo-metadata/browser-extensions/
說明頁面URL https://iptc.org/standards/photo-metadata/browser-extensions/
隱私政策頁面URL https://iptc.org/documents/privacy-notice-for-public-iptc-websites
支援的語言 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
}