Imageinfo EXIF

Get image info for images, including EXIF data

Imageinfo EXIFคืออะไร?

Imageinfo EXIF เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ext-dev และคุณลักษณะหลักของมันคือ "Get image info for images, including EXIF data"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Imageinfo EXIF

ดาวน์โหลดไฟล์ส่วนขยาย Imageinfo EXIF ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        USAGE: right-click on images.  select a menu 'Get Image Info'.

This is just a copy of the 'Imageinfo' at https://developer.chrome.com/extensions/samples                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Imageinfo EXIF Imageinfo EXIF
ID kbppdlikenkcapobihjbdfpnbbjchonj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/imageinfo-exif/kbppdlikenkcapobihjbdfpnbbjchonj
คำอธิบาย Get image info for images, including EXIF data
ขนาดไฟล์ 18.98 KB
จำนวนการติดตั้ง 81
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2016-12-01
วันที่เผยแพร่ 2016-12-01
ผู้พัฒนา ext-dev
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://developer.chrome.com/extensions/samples#search:imageinfo
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Imageinfo EXIF",
    "version": "1.0.1",
    "description": "Get image info for images, including EXIF data",
    "homepage_url": "https:\/\/developer.chrome.com\/extensions\/samples#search:imageinfo",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "minimum_chrome_version": "6.0.0.0",
    "icons": {
        "16": "imageinfo-16.png",
        "48": "imageinfo-48.png",
        "128": "imageinfo-128.png"
    },
    "manifest_version": 2
}