Reverse image search by Copyseeker

Copyseeker provides easy access to advanced image search capabilities.

什么是Reverse image search by Copyseeker?

Reverse image search by Copyseeker是由https://copyseeker.net开发的Chrome扩展程序,该扩展的主要功能是“Copyseeker provides easy access to advanced image search capabilities.”。

扩展截图

screenshot
screenshot

下载Reverse image search by Copyseeker扩展crx文件

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

扩展使用说明

                        Copyseeker Image Search is a powerful tool that enhances your browsing experience by providing easy access to advanced image search capabilities.

Just right-click on any image you find interesting while browsing the web, and you'll see an option to "Search image on Copyseeker". By selecting this option, Copyseeker will analyze the image and guide you to a page with detailed insights about the image.

Key Features:
Easy to use: Simply right-click on an image to start your search.
Advanced image analysis: Leverage Copyseeker's powerful image recognition and analysis capabilities.
Fast and efficient: Get quick results without leaving your current browsing context.
Secure: We respect your privacy and do not store or share your images.
Whether you're a professional researcher, a student, or someone just curious about the images you find online, Copyseeker Image Search can provide you with the information you need. Install Copyseeker Image Search today and discover a new way to understand the images you encounter on the web!                    

扩展基本信息

名称 Reverse image search by Copyseeker Reverse image search by Copyseeker
ID gainadcgilhcbcplccdafonidfhbcnld
官方URL https://chromewebstore.google.com/detail/reverse-image-search-by-c/gainadcgilhcbcplccdafonidfhbcnld
简介 Copyseeker provides easy access to advanced image search capabilities.
文件大小 13.68 KB
安装次数 73
当前版本 0.4
更新时间 2024-01-05
上架时间 2023-06-05
开发者 https://copyseeker.net
电子邮箱 [email protected]
付费类型 free
扩展官网 https://copyseeker.net
隐私政策页面URL https://docs.google.com/document/d/1Lueqf1omrkMWnIDPKgNEvtCgPC1f6tH4Yc_ubU0MTJM/edit?usp=sharing
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Reverse image search by Copyseeker",
    "version": "0.4",
    "description": "Copyseeker provides easy access to advanced image search capabilities.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "96": "images\/icon-96.png"
    },
    "permissions": [
        "contextMenus",
        "scripting",
        "https:\/\/api.copyseeker.net\/"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    }
}