InstantGPT - ChatGPT Powered Assistant
Access ChatGPT instantly! Summarize articles with one click. InstantGPT is a chrome extension that utilizes the power of OpenAI's…
InstantGPT - ChatGPT Powered Assistant क्या है?
InstantGPT - ChatGPT Powered Assistant Prothee द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Access ChatGPT instantly! Summarize articles with one click. InstantGPT is a chrome extension that utilizes the power of OpenAI's…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में InstantGPT - ChatGPT Powered Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Access ChatGPT instantly! Summarize articles with one click. InstantGPT is a chrome extension that utilizes the power of OpenAI's ChatGPT to provide quick and helpful information on demand. The extension can be easily accessed by using the keyboard shortcut 'Ctrl Shift S', which brings up the assistant for users to ask questions and receive responses. Additionally, the extension allows users to control the API parameters in the settings, providing a personalized experience. A key feature of this extension is the ability to summarize any text on a web page by highlighting the text, right-clicking, and selecting 'Summarize'. A pop-up window will then appear with a summary of the selected text. To use the extension, users must provide their own API key, which can be obtained for free from the OpenAI website.
एक्सटेंशन की मूल जानकारी
नाम | InstantGPT - ChatGPT Powered Assistant |
ID | dkidadkemijikjckcmilhkijmhghjlcm |
आधिकारिक URL | https://chromewebstore.google.com/detail/instantgpt-chatgpt-powere/dkidadkemijikjckcmilhkijmhghjlcm |
विवरण | Access ChatGPT instantly! Summarize articles with one click. InstantGPT is a chrome extension that utilizes the power of OpenAI's… |
फ़ाइल का आकार | 1.38 MB |
स्थापना संख्या | 2,860 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2023-01-25 |
प्रकाशन तिथि | 2022-12-23 |
रेटिंग | 3.40/5 कुल 5 रेटिंग्स |
डेवलपर | Prothee |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "InstantGPT - ChatGPT Powered Assistant", "version": "1.4", "permissions": [ "storage", "contextMenus" ], "background": { "service_worker": "service_worker.js" }, "icons": { "16": "icon.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+S" } } }, "action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "content_security_policy": [] } |