Fashion Image Search
This extension allows you to perform image search for fashion items using any image on the webpage
Fashion Image Searchคืออะไร?
Fashion Image Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lykdat.com และคุณลักษณะหลักของมันคือ "This extension allows you to perform image search for fashion items using any image on the webpage"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fashion Image Search
ดาวน์โหลดไฟล์ส่วนขยาย Fashion Image Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Lykdat's "Fashion Image Search" extension is a powerful tool that enables users to quickly and easily search for fashion items using any image on their webpages. With this extension, users can simply right-click on any image and select "Search for fashion items using this image" from the context menu. The extension will then use the selected image to perform a search on lykdat.com and show them results in a new tab. The extension is easy to use and does not require any technical knowledge. With the help of this extension, users can save time and effort when searching for fashion items online. The extension uses the latest image recognition technology to deliver accurate and relevant results for users. This extension is perfect for fashion enthusiasts, shoppers and anyone who wants to find similar fashion items quickly and easily. With this extension, users can find inspiration, discover new products and save time by not having to manually search through multiple websites. The extension is available for all the users of chrome browser and it is completely free to use. It's lightweight and will not slow down the user's browser. In conclusion, the "Fashion Image Search" extension is a must-have tool for anyone who wants to quickly and easily search for fashion items using any image on their webpages. It's easy to use, accurate, and will save users time and effort when searching for fashion items online. Give it a try, you won't be disappointed.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Fashion Image Search |
ID | jcepgomgbohoalbjbpgejkhimodfganp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fashion-image-search/jcepgomgbohoalbjbpgejkhimodfganp |
คำอธิบาย | This extension allows you to perform image search for fashion items using any image on the webpage |
ขนาดไฟล์ | 44.69 KB |
จำนวนการติดตั้ง | 105 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2023-01-24 |
วันที่เผยแพร่ | 2023-01-23 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://lykdat.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://lykdat.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Fashion Image Search", "description": "This extension allows you to perform image search for fashion items using any image on the webpage", "version": "0.0.1", "permissions": [ "tabs", "contextMenus" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": "logo32.png" }, "icons": { "16": "logo16.png", "32": "logo32.png", "48": "logo48.png", "128": "logo128.png" } } |