Quick Image Search

Right click an image or some selected text and use that for a secure search using Google Images.

什么是Quick Image Search?

Quick Image Search是由https://maar-ten.github.io/Quick-Image-Search开发的Chrome扩展程序,该扩展的主要功能是“Right click an image or some selected text and use that for a secure search using Google Images.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Quick Image Search扩展crx文件

下载Quick Image Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Quick Image Search Quick Image Search
ID ihbfgploaolhdcfohgmkgeelahfghngd
官方URL https://chromewebstore.google.com/detail/quick-image-search/ihbfgploaolhdcfohgmkgeelahfghngd
简介 Right click an image or some selected text and use that for a secure search using Google Images.
文件大小 27.89 KB
安装次数 31,202
当前版本 4.0
更新时间 2023-11-20
上架时间 2019-04-24
评分 4.10/5 共21次评分
开发者 https://maar-ten.github.io/Quick-Image-Search
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/maar-ten/QuickImageSearch#readme
帮助页面URL https://github.com/maar-ten/QuickImageSearch/issues
支持的语言 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"
    }
}