Reverse Image Search
Search similar images in the WEB from context menu
Reverse Image Searchคืออะไร?
Reverse Image Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Romkaq และคุณลักษณะหลักของมันคือ "Search similar images in the WEB from context menu"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reverse Image Search
ดาวน์โหลดไฟล์ส่วนขยาย Reverse Image Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Reverse Image Search. You can find out who stole your pictures. Find similar images in most popular search engines right from context menu! Image search extension allows you to search in almost all search engines by image. Right-click on an image and discover where else it has been used to find it's origin.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Reverse Image Search |
ID | jlneaphkafobihifgfmmhehomoifjijm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/reverse-image-search/jlneaphkafobihifgfmmhehomoifjijm |
คำอธิบาย | Search similar images in the WEB from context menu |
ขนาดไฟล์ | 31.03 KB |
จำนวนการติดตั้ง | 661 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2022-05-03 |
วันที่เผยแพร่ | 2021-05-29 |
คะแนน | 3.40/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Romkaq |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://rq-dev.github.io/chrome-extensions-privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reverse Image Search", "description": "Search similar images in the WEB from context menu", "version": "1.2", "permissions": [ "contextMenus" ], "background": { "scripts": [ "search.js" ] }, "icons": { "128": "icon128.png" } } |