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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | 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" } } |