ZoomEye GPT

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

ZoomEye GPTคืออะไร?

ZoomEye GPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย knownseczoomeye และคุณลักษณะหลักของมันคือ "Zoomeye GPT is a tool that uses GPT to assist zoomeye search. It provides two features."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ZoomEye GPT

ดาวน์โหลดไฟล์ส่วนขยาย ZoomEye GPT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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