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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}