Send to Exif Viewer
This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.
ما هو Send to Exif Viewer؟
Send to Exif Viewer هو إضافة Chrome تم تطويرها بواسطة José Tomás Tocino، والميزة الرئيسية لها هي "This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Send to Exif Viewer
قم بتنزيل ملفات الامتداد Send to Exif Viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Do you like checking the EXIF information of the images you find on the Internet? This extension will add an additional item to the context menu of the images which will open a new tab with the image in a metadata viewer. Piece of cake! It can't be any easier.
معلومات أساسية عن التمديد
الاسم | Send to Exif Viewer |
ID | gogiienhpamfmodmlnhdljokkjiapfck |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/send-to-exif-viewer/gogiienhpamfmodmlnhdljokkjiapfck |
الوصف | This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer. |
حجم الملف | 323 KB |
عدد التثبيتات | 7,345 |
النسخة الحالية | 2.1 |
آخر تحديث | 2022-01-13 |
تاريخ النشر | 2017-01-15 |
تقييم | 4.15/5 مجموع تقييمات 46 |
المطور | José Tomás Tocino |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Send to Exif Viewer", "description": "This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.", "version": "2.1", "permissions": [ "contextMenus", "tabs" ], "background": { "scripts": [ "send-to-exif-viewer.js" ] }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |