ZoomEye GPT
Zoomeye GPT is a tool that uses GPT to assist zoomeye search. It provides two features.
ZoomEye GPT क्या है?
ZoomEye GPT knownseczoomeye द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Zoomeye GPT is a tool that uses GPT to assist zoomeye search. It provides two features."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ZoomEye GPT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |