Aliexpress Search by image
Search goods on Aliexpress by image
Aliexpress Search by imageคืออะไร?
Aliexpress Search by image เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FFFFx029A และคุณลักษณะหลักของมันคือ "Search goods on Aliexpress by image"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Aliexpress Search by image
ดาวน์โหลดไฟล์ส่วนขยาย Aliexpress Search by image ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Search items on AliExpress using an image or photo of products in other sites. How to use: 1. Right Click on the image (picture) with the right mouse button on any site. 2. In the context menu, click "Search goods on Aliexpress by this image" Very easy to use, lightweight extension to search AliExpress.com items by image. * Adds “Search and find similar products on AE marketplace” when right clicking an image, the extension will use a third-party website, searchbyimage.com, to find visually similar items on Ali * Clicking on the extension icon and easily search in AE by text or by image link. * Allow right clicks in ali site for download and save images/photo, copy text and description of products and items
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Aliexpress Search by image |
ID | jkcacbjiofjgbnaknoojjboeiinempoa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/aliexpress-search-by-imag/jkcacbjiofjgbnaknoojjboeiinempoa |
คำอธิบาย | Search goods on Aliexpress by image |
ขนาดไฟล์ | 41.72 KB |
จำนวนการติดตั้ง | 202,391 |
เวอร์ชันปัจจุบัน | 4.5 |
อัปเดตครั้งล่าสุด | 2024-03-04 |
วันที่เผยแพร่ | 2020-05-30 |
คะแนน | 3.96/5 รวมทั้งหมด 300 คะแนน |
ผู้พัฒนา | FFFFx029A |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://chinapost.ru/privacy/dev.txt |
ภาษาที่รองรับ | en,en-GB,en-US,ru |
manifest.json | |
{ "manifest_version": 3, "default_locale": "en", "name": "__MSG_chrome_extension_name__", "short_name": "__MSG_chrome_extension_short_name__", "description": "__MSG_chrome_extension_description__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "4.5", "permissions": [ "contextMenus" ], "host_permissions": [ "https:\/\/*.searchbyimage.com\/*", "https:\/\/*.searchbyimage.ru\/*" ], "action": { "default_icon": "19x19.png", "default_popup": "popup.html" }, "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" } } |