Search Amazon by Image
Right click on any image to Search Amazon.com products through google image search.
ما هو Search Amazon by Image؟
Search Amazon by Image هو إضافة Chrome تم تطويرها بواسطة extensionteamdev، والميزة الرئيسية لها هي "Right click on any image to Search Amazon.com products through google image search.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Search Amazon by Image
قم بتنزيل ملفات الامتداد Search Amazon by Image بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Add right click "Search Amazon" in chrome now, just click "Add to Chrome" now. Search Amazon by any keyword or image you find randomly on any website, you are just right click away. Or just click extension icon and search Amazon Products you love from there. From movies, books, electronic accessories, baby toys to make-up, search anything you love on Amazon v1.2 Minor logic fix in popup search. -------------------------------------- All product names, logos, and brands are property of their respective owners.
معلومات أساسية عن التمديد
الاسم | Search Amazon by Image |
ID | fhjmapkoajhjpeafhjanfjbeakfcjoob |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/search-amazon-by-image/fhjmapkoajhjpeafhjanfjbeakfcjoob |
الوصف | Right click on any image to Search Amazon.com products through google image search. |
حجم الملف | 787 KB |
عدد التثبيتات | 24,490 |
النسخة الحالية | 1.3 |
آخر تحديث | 2020-06-03 |
تاريخ النشر | 2020-06-01 |
تقييم | 1.91/5 مجموع تقييمات 23 |
المطور | extensionteamdev |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://freeconverting.com/privacy.php |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search Amazon by Image", "default_locale": "en", "description": "Right click on any image to Search Amazon.com products through google image search.", "background": { "scripts": [ "background.js" ] }, "version": "1.3", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "permissions": [ "contextMenus" ], "web_accessible_resources": [ "images\/*.png", "popup.js", "style.css" ] } |