Image Info on Hover
Display information about an image.
ما هو Image Info on Hover؟
Image Info on Hover هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Display information about an image.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Image Info on Hover
قم بتنزيل ملفات الامتداد Image Info on Hover بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension will allows you to easily open and information box with details on each image you need to check. All you need to do is hover over the image and the information is displayed by the image.
معلومات أساسية عن التمديد
الاسم | Image Info on Hover |
ID | hmhickbbhblacjileplnjeabeeolffkf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/image-info-on-hover/hmhickbbhblacjileplnjeabeeolffkf |
الوصف | Display information about an image. |
حجم الملف | 54.44 KB |
عدد التثبيتات | 1,294 |
النسخة الحالية | 0.1 |
آخر تحديث | 2014-01-02 |
تاريخ النشر | 2014-01-02 |
تقييم | 1.00/5 مجموع تقييمات 4 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Info on Hover", "description": "Display information about an image.", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "version": "0.1", "manifest_version": 2, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "extension.css" ], "js": [ "jquery-2.0.3.min.js", "extension.js" ] } ] } |