Reverse Image Search
Easily reverse image search with Google image search
Reverse Image Search là gì?
Reverse Image Search là một tiện ích mở rộng Chrome được phát triển bởi https://roei.stream, và tính năng chính của nó là "Easily reverse image search with Google image search".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Reverse Image Search
Tải xuống các tệp mở rộng Reverse Image Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Easily reverse image search directly from the context menu. Right-click with your mouse on any image to preform reverse image search. What to find more resolutions for an image? Want to see where an image is used? Want to look for similar images? Google reverse search is a great tool for that, and this extension makes it much easier to use!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Reverse Image Search |
ID | jhppeidklkhfdbgmphjcgnflbaappjfk |
URL Chính Thức | https://chromewebstore.google.com/detail/reverse-image-search/jhppeidklkhfdbgmphjcgnflbaappjfk |
Mô tả | Easily reverse image search with Google image search |
Kích Thước Tệp | 49.97 KB |
Số Lần Cài Đặt | 219 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2019-10-20 |
Ngày Phát Hành | 2019-10-20 |
Nhà Phát Triển | https://roei.stream |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://roei.stream |
URL Trang Trợ Giúp | https://roei.stream/support/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reverse Image Search", "version": "1.0", "manifest_version": 2, "description": "Easily reverse image search with Google image search", "short_name": "Image Search", "permissions": [ "contextMenus" ], "icons": { "512": "favicon.png", "128": "favicon128.png" }, "background": { "scripts": [ "reverse.js" ] } } |