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.”。
擴展截圖
下載ZoomEye GPT擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | ogkhlbipgkjncheagpccdnigkdldnbcd |
| 官方網址 | 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"
} | |