Imageinfo EXIF

Get image info for images, including EXIF data

Imageinfo EXIF là gì?

Imageinfo EXIF là một tiện ích mở rộng Chrome được phát triển bởi ext-dev, và tính năng chính của nó là "Get image info for images, including EXIF data".

Tải xuống tệp CRX của tiện ích mở rộng Imageinfo EXIF

Tải xuống các tệp mở rộng Imageinfo EXIF dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Imageinfo EXIF Imageinfo EXIF
ID kbppdlikenkcapobihjbdfpnbbjchonj
URL Chính Thức https://chrome.google.com/webstore/detail/imageinfo-exif/kbppdlikenkcapobihjbdfpnbbjchonj
Mô tả Get image info for images, including EXIF data
Kích Thước Tệp 18.98 KB
Số Lần Cài Đặt 81
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2016-12-01
Ngày Phát Hành 2016-12-01
Nhà Phát Triển ext-dev
Loại Thanh Toán free
Trang Web Mở Rộng https://developer.chrome.com/extensions/samples#search:imageinfo
Ngôn Ngữ Được Hỗ Trợ 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
}