ZoomEye GPT
Zoomeye GPT is a tool that uses GPT to assist zoomeye search. It provides two features.
What is ZoomEye GPT?
ZoomEye GPT is a Chrome extension developed by knownseczoomeye, and its main feature is "Zoomeye GPT is a tool that uses GPT to assist zoomeye search. It provides two features.".
Extension Screenshots
Download ZoomEye GPT Extension CRX File
Download ZoomEye GPT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ZoomEye GPT |
ID | ogkhlbipgkjncheagpccdnigkdldnbcd |
Official URL | https://chromewebstore.google.com/detail/zoomeye-gpt/ogkhlbipgkjncheagpccdnigkdldnbcd |
Description | Zoomeye GPT is a tool that uses GPT to assist zoomeye search. It provides two features. |
File Size | 1.44 MB |
Installation Count | 80 |
Current Version | 0.1.0 |
Last Updated | 2023-05-07 |
Publish Date | 2023-05-04 |
Developer | knownseczoomeye |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |