QuickGPT
Unleash the power of augmented thinking — write, edit, brainstorm, analyse, summarise — on every page. Like magic, but with AI.
QuickGPT क्या है?
QuickGPT Pavel Zastavnitskiy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unleash the power of augmented thinking — write, edit, brainstorm, analyse, summarise — on every page. Like magic, but with AI."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में QuickGPT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
QuickGPT is an AI-assisted tool that enables users to perform almost any text-related task without knowing special tooling. Using GPT-4 AI under the hood, QuickGPT is able to understand natural language commands, perform elaborate analysis or text generation. Ask it to read a long text and summarise it into bullet points. Or give it an email from annoying person and ask to reply gently. GPT-4 model is extremely powerful, and while some answers will be dumb, you will be impressed with how valuable it is in your day-to-day on the internet. Start with “ctrl + shift + k”. Or “command + shift + k” on a Mac.
एक्सटेंशन की मूल जानकारी
नाम | QuickGPT |
ID | liheadmmmjjdggcacgocglafampjhehp |
आधिकारिक URL | https://chromewebstore.google.com/detail/quickgpt/liheadmmmjjdggcacgocglafampjhehp |
विवरण | Unleash the power of augmented thinking — write, edit, brainstorm, analyse, summarise — on every page. Like magic, but with AI. |
फ़ाइल का आकार | 2.01 MB |
स्थापना संख्या | 88 |
वर्तमान संस्करण | 28 |
अंतिम अपडेट | 2023-08-16 |
प्रकाशन तिथि | 2023-01-24 |
डेवलपर | Pavel Zastavnitskiy |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://quickgpt.app/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "QuickGPT", "version": "28", "description": "Unleash the power of augmented thinking \u2014 write, edit, brainstorm, analyse, summarise \u2014 on every page. Like magic, but with AI.", "options_ui": { "page": "src\/pages\/options\/index.html" }, "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-32.png" }, "icons": { "128": "icon-128.png" }, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "contentStyle.css", "icon-128.png", "icon-32.png" ], "matches": [] } ], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+K" }, "description": "Opens QuickGPT" } }, "externally_connectable": { "matches": [ "https:\/\/ai-assistant-monorepo-website.vercel.app\/*", "https:\/\/quickgpt.app\/*", "http:\/\/localhost:3000\/*" ] } } |