Find Images
Quickly find images from selected text
Find Images là gì?
Find Images là một tiện ích mở rộng Chrome được phát triển bởi Michael Kofron, và tính năng chính của nó là "Quickly find images from selected text".
Ả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 Find Images
Tải xuống các tệp mở rộng Find Images 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
Find Images adds a "Find Image" functionality to the context menu when text is selected/highlighted and right-clicked. This extension makes searching Google Images, Imgur, Flickr, or Getty Images one click faster, which could potentially save an incredible amount of time if this action occurs often (as it does for most web users). The different platform searches provided offer different selections of images. For example, searching with Getty Images returns stock photos.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Find Images |
ID | fpmncbklomdknphhhngpcoloaehnnfcf |
URL Chính Thức | https://chromewebstore.google.com/detail/find-images/fpmncbklomdknphhhngpcoloaehnnfcf |
Mô tả | Quickly find images from selected text |
Kích Thước Tệp | 21.97 KB |
Số Lần Cài Đặt | 51 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2020-02-25 |
Ngày Phát Hành | 2020-02-25 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Michael Kofron |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Find Images", "description": "Quickly find images from selected text", "version": "1.3", "manifest_version": 2, "permissions": [ "contextMenus" ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |