ZoomEye GPT

Zoomeye GPT is a tool that uses GPT to assist zoomeye search. It provides two features.

ZoomEye GPT란 무엇입니까?

ZoomEye GPT은(는) knownseczoomeye에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Zoomeye GPT is a tool that uses GPT to assist zoomeye search. It provides two features."입니다.

확장 프로그램 스크린샷

screenshot

ZoomEye GPT 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Zoomeye GPT provides three functions
First, Zoomeye GPT uses GPT-3.5 to automatically generate search keywords.
Second, Zoomeye GPT can convert natural language into zoomeye search syntax.                    

확장 프로그램 기본 정보

이름 ZoomEye GPT ZoomEye GPT
ID ogkhlbipgkjncheagpccdnigkdldnbcd
공식 URL https://chromewebstore.google.com/detail/zoomeye-gpt/ogkhlbipgkjncheagpccdnigkdldnbcd
설명 Zoomeye GPT is a tool that uses GPT to assist zoomeye search. It provides two features.
파일 크기 1.44 MB
설치 횟수 80
현재 버전 0.1.0
최근 업데이트 2023-05-07
출시 날짜 2023-05-04
개발자 knownseczoomeye
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "sw.js"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "description": "Zoomeye GPT is a tool that uses GPT to assist zoomeye search. It provides two features.",
    "icons": {
        "128": "img\/128_128.png",
        "16": "img\/16_16.png",
        "48": "img\/32_32.png"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "name": "ZoomEye GPT",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "options_page": "options.html",
    "version": "0.1.0"
}