ZoomEye GPT

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

ZoomEye GPT là gì?

ZoomEye GPT là một tiện ích mở rộng Chrome được phát triển bởi knownseczoomeye, và tính năng chính của nó là "Zoomeye GPT is a tool that uses GPT to assist zoomeye search. It provides two features.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ZoomEye GPT

Tải xuống các tệp mở rộng ZoomEye GPT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ZoomEye GPT ZoomEye GPT
ID ogkhlbipgkjncheagpccdnigkdldnbcd
URL Chính Thức https://chromewebstore.google.com/detail/zoomeye-gpt/ogkhlbipgkjncheagpccdnigkdldnbcd
Mô tả Zoomeye GPT is a tool that uses GPT to assist zoomeye search. It provides two features.
Kích Thước Tệp 1.44 MB
Số Lần Cài Đặt 80
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2023-05-07
Ngày Phát Hành 2023-05-04
Nhà Phát Triển knownseczoomeye
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}