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