Image Search Options

Image Search Options for Chrome provides a set of highly customizable reverse image search context menu options.

什么是Image Search Options?

Image Search Options是由https://saucenao.com开发的Chrome扩展程序,该扩展的主要功能是“Image Search Options for Chrome provides a set of highly customizable reverse image search context menu options.”。

扩展截图

screenshot

下载Image Search Options扩展crx文件

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

扩展使用说明

                        This extension adds a set of customizable context menu options to the right click menu of images. These options allow for fast and efficient use of the IQDB, SauceNAO, TinEye, Google, (etc...) reverse image search engines.

Users are free to add their own sites and customize existing ones. The chrome version of Image Search Options is not yet as extensible as the Firefox version, but with time it will continue to improve.


To report a bug, or request a new feature, send me an email at [email protected]


Example image source: http://www.pixiv.net/member_illust.php?mode=medium&illust_id=22979429                    

扩展基本信息

名称 Image Search Options Image Search Options
ID kljmejbpilkadikecejccebmccagifhl
官方URL https://chromewebstore.google.com/detail/image-search-options/kljmejbpilkadikecejccebmccagifhl
简介 Image Search Options for Chrome provides a set of highly customizable reverse image search context menu options.
文件大小 15.01 KB
安装次数 147,900
当前版本 0.0.7.6
更新时间 2023-06-14
上架时间 2020-02-15
评分 4.64/5 共606次评分
开发者 https://saucenao.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://saucenao.blogspot.com
隐私政策页面URL https://saucenao.com/tools/ImageSearchOptions_PrivacyPolicy.txt
支持的语言 en
manifest.json
{
    "name": "Image Search Options",
    "description": "Image Search Options for Chrome provides a set of highly customizable reverse image search context menu options.",
    "version": "0.0.7.6",
    "minimum_chrome_version": "22",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "createmenu.js",
            "eventPage.js"
        ]
    },
    "options_page": "options.html",
    "icons": {
        "16": "iso_16.png",
        "48": "iso_48.png",
        "128": "iso_128.png"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2
}