View This Image
View any image by right clicking on it and selecting 'View This Image'.
ما هو View This Image؟
View This Image هو إضافة Chrome تم تطويرها بواسطة https://www.onemast.com، والميزة الرئيسية لها هي "View any image by right clicking on it and selecting 'View This Image'.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة View This Image
قم بتنزيل ملفات الامتداد View This Image بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With this extension, you can view any image by right clicking on it and selecting 'View This Image'.
معلومات أساسية عن التمديد
الاسم | |
ID | poildibeoniaibomedledajlgfbohjda |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/poildibeoniaibomedledajlgfbohjda |
الوصف | View any image by right clicking on it and selecting 'View This Image'. |
حجم الملف | 23.69 KB |
عدد التثبيتات | 456 |
النسخة الحالية | 1.0 |
آخر تحديث | 2018-06-04 |
تاريخ النشر | 2018-06-04 |
تقييم | 4.64/5 مجموع تقييمات 11 |
المطور | https://www.onemast.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.onemast.com/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "View This Image", "description": "View any image by right clicking on it and selecting 'View This Image'.", "version": "1.0", "permissions": [ "contextMenus" ], "icons": { "16": "icon\/16.png", "64": "icon\/64.png", "128": "icon\/128.png", "512": "icon\/512.png" }, "background": { "scripts": [ "viewthis.js" ] } } |