Quick Image Search
Right click an image or some selected text and use that for a secure search using Google Images.
Quick Image Search là gì?
Quick Image Search là một tiện ích mở rộng Chrome được phát triển bởi https://maar-ten.github.io/Quick-Image-Search, và tính năng chính của nó là "Right click an image or some selected text and use that for a secure search using Google Images.".
Ả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 Quick Image Search
Tải xuống các tệp mở rộng Quick 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
Seen an image on a website and you'd like to know who or what it is? Found someone's name and you like to know what that person looks like? After installing this extension there will be a new entry in the context menu (right-click menu) when an image or some selected text is right-clicked. Selecting this menu option will start a secure Google Image search via HTTPS. Release notes: - 2022-12-11 v4.0: Reverse image search now uses Google Lens. Google Images does not support reverse image search anymore.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Quick Image Search |
ID | ihbfgploaolhdcfohgmkgeelahfghngd |
URL Chính Thức | https://chromewebstore.google.com/detail/quick-image-search/ihbfgploaolhdcfohgmkgeelahfghngd |
Mô tả | Right click an image or some selected text and use that for a secure search using Google Images. |
Kích Thước Tệp | 27.89 KB |
Số Lần Cài Đặt | 31,202 |
Phiên Bản Hiện Tại | 4.0 |
Cập Nhật Lần Cuối | 2023-11-20 |
Ngày Phát Hành | 2019-04-24 |
Đánh Giá | 4.10/5 Tổng số 21 Đánh Giá |
Nhà Phát Triển | https://maar-ten.github.io/Quick-Image-Search |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/maar-ten/QuickImageSearch#readme |
URL Trang Trợ Giúp | https://github.com/maar-ten/QuickImageSearch/issues |
Ngôn Ngữ Được Hỗ Trợ | en,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "version": "4.0", "minimum_chrome_version": "88", "default_locale": "en", "description": "__MSG_appDescription__", "permissions": [ "contextMenus" ], "icons": { "128": "icons\/icon-128.png", "16": "icons\/icon-16.png", "48": "icons\/icon-48.png" }, "background": { "service_worker": "service-worker.js" } } |