Reverse Image Search
Easily reverse image search with Google image search
ما هو Reverse Image Search؟
Reverse Image Search هو إضافة Chrome تم تطويرها بواسطة https://roei.stream، والميزة الرئيسية لها هي "Easily reverse image search with Google image search".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Reverse Image Search
قم بتنزيل ملفات الامتداد Reverse Image Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Easily reverse image search directly from the context menu. Right-click with your mouse on any image to preform reverse image search. What to find more resolutions for an image? Want to see where an image is used? Want to look for similar images? Google reverse search is a great tool for that, and this extension makes it much easier to use!
معلومات أساسية عن التمديد
الاسم | Reverse Image Search |
ID | jhppeidklkhfdbgmphjcgnflbaappjfk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/reverse-image-search/jhppeidklkhfdbgmphjcgnflbaappjfk |
الوصف | Easily reverse image search with Google image search |
حجم الملف | 49.97 KB |
عدد التثبيتات | 219 |
النسخة الحالية | 1.0 |
آخر تحديث | 2019-10-20 |
تاريخ النشر | 2019-10-20 |
المطور | https://roei.stream |
نوع الدفع | free |
موقع الإضافة | https://roei.stream |
عنوان صفحة المساعدة | https://roei.stream/support/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reverse Image Search", "version": "1.0", "manifest_version": 2, "description": "Easily reverse image search with Google image search", "short_name": "Image Search", "permissions": [ "contextMenus" ], "icons": { "512": "favicon.png", "128": "favicon128.png" }, "background": { "scripts": [ "reverse.js" ] } } |