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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ZoomEye GPT
قم بتنزيل ملفات الامتداد ZoomEye GPT بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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" } |