ChromeGPT
This extension allows users to access ChatGPT from Google Chrome.
ChromeGPT क्या है?
ChromeGPT jacobweber530 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows users to access ChatGPT from Google Chrome."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ChromeGPT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A Chrome extension to let you send and receive messages with OpenAI's GPT, from anywhere on the web.
एक्सटेंशन की मूल जानकारी
नाम | ChromeGPT |
ID | opfphcebignofejehlpbniikajkkggch |
आधिकारिक URL | https://chromewebstore.google.com/detail/chromegpt/opfphcebignofejehlpbniikajkkggch |
विवरण | This extension allows users to access ChatGPT from Google Chrome. |
फ़ाइल का आकार | 145 KB |
स्थापना संख्या | 94 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2022-12-20 |
प्रकाशन तिथि | 2022-12-13 |
रेटिंग | 4.00/5 कुल 1 रेटिंग्स |
डेवलपर | jacobweber530 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://polymathematics.notion.site/ChromeGPT-7e096ed9f79946039d4e33ce3f836ba6 |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChromeGPT", "version": "1.0.1", "description": "This extension allows users to access ChatGPT from Google Chrome.", "permissions": [ "https:\/\/api.openai.com\/*", "storage" ], "action": { "default_popup": "popup.html" } } |