AliExpress Search By Image
Search products on AliExpress by image. Does not redirect to Google like other extensions! Right click and search!
ما هو AliExpress Search By Image؟
AliExpress Search By Image هو إضافة Chrome تم تطويرها بواسطة https://aliseeks.com، والميزة الرئيسية لها هي "Search products on AliExpress by image. Does not redirect to Google like other extensions! Right click and search!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AliExpress Search By Image
قم بتنزيل ملفات الامتداد AliExpress Search By Image بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Search AliExpress by Image, does not redirect to Google like all other chrome extensions, actually performs an image search on AliExpress. Very easy to use, just right click on an Image and click "Search AliExpress By Image" . * Install the chrome extension * Find any image and right click "Search AliExpress By Image" * Browse through results on Aliseeks. * Click on products and view them on AliExpress. Super easy to use! If you have any problems, issues, or questions, feel free to contact us at [email protected] ! Enjoy!
معلومات أساسية عن التمديد
الاسم | AliExpress Search By Image |
ID | cpodebcggidjigndghagpkepglfbhali |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/aliexpress-search-by-imag/cpodebcggidjigndghagpkepglfbhali |
الوصف | Search products on AliExpress by image. Does not redirect to Google like other extensions! Right click and search! |
حجم الملف | 46.05 KB |
عدد التثبيتات | 177,197 |
النسخة الحالية | 1.0.0.4 |
آخر تحديث | 2019-08-19 |
تاريخ النشر | 2019-08-18 |
تقييم | 3.80/5 مجموع تقييمات 54 |
المطور | https://aliseeks.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.aliseeks.com |
عنوان صفحة المساعدة | https://www.aliseeks.com |
اللغات المدعومة | en,en-GB,en-US,fr,nl,tr,es,it,pl,pt-BR,pt-PT,ru,iw,ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDescription__", "default_locale": "en", "version": "1.0.0.4", "author": "Alex Bello", "background": { "scripts": [ "src\/environment.js", "src\/backgroundContextMenus.js", "src\/utilityFunctions.js" ], "persistent": false }, "browser_action": { "default_icon": "tab-icon.png", "default_title": "Aliexpress Search By Image | Does not search Google" }, "chrome_url_overrides": [], "permissions": [ "contextMenus" ], "icons": { "16": "tab-icon.png", "48": "tab-icon.png", "128": "tab-icon.png" } } |