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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย iptcappsmanagement และคุณลักษณะหลักของมันคือ "Right-click on any image and select "View IPTC Photo Metadata". IPTC's GetPMD tool shows all metadata embedded in the image."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IPTC Photo Metadata inspector

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}