Fast Image Research

Right click any image to instantly get reverse image search results from Google, TinEye, Yandex, Bing, or a combination.

Fast Image Research là gì?

Fast Image Research là một tiện ích mở rộng Chrome được phát triển bởi https://usacyborg.com, và tính năng chính của nó là "Right click any image to instantly get reverse image search results from Google, TinEye, Yandex, Bing, or a combination.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fast Image Research

Tải xuống các tệp mở rộng Fast Image Research 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

                        Heavy reverse image search user? This extension adds a simple "Research Image" option to the right-click context menu of Web images. Researching an image will automatically retrieve reverse image search results from your choice of Google, TinEye, Yandex, Bing, or a combination. 

Results are loaded into new tabs. You can use the data to find out who is using your own images, or help narrow down the subject matter of an image you found.

NOTE: Google does email me user feedback.
Any questions, feature requests or bugs? Contact support using the website link.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fast Image Research Fast Image Research
ID epelbghekfokpolcmhhabjgehmplhjgp
URL Chính Thức https://chromewebstore.google.com/detail/fast-image-research/epelbghekfokpolcmhhabjgehmplhjgp
Mô tả Right click any image to instantly get reverse image search results from Google, TinEye, Yandex, Bing, or a combination.
Kích Thước Tệp 202 KB
Số Lần Cài Đặt 9,440
Phiên Bản Hiện Tại 1.502
Cập Nhật Lần Cuối 2022-11-21
Ngày Phát Hành 2017-07-30
Đánh Giá 4.47/5 Tổng số 36 Đánh Giá
Nhà Phát Triển https://usacyborg.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://usacyborg.com/FastImageResearch
URL Trang Trợ Giúp http://usacyborg.com/FastImageResearch
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fast Image Research",
    "description": "Right click any image to instantly get reverse image search results from Google, TinEye, Yandex, Bing, or a combination.",
    "version": "1.502",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "optional_permissions": [
        "tabs",
        "scripting"
    ],
    "optional_host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "js\/ServiceWorker.js",
        "type": "module"
    },
    "options_page": "html\/options.html",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "homepage_url": "http:\/\/usacyborg.com\/FastImageResearch",
    "offline_enabled": true,
    "manifest_version": 3
}