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.
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } |