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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | ![]() |
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 } |