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
公式URL 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
Eメール [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
}