GeePeeTee - OpenAi ChatGPT + Image assistant
Create text completions/edits, and generate images easily with a prompt.
GeePeeTee - OpenAi ChatGPT + Image assistant क्या है?
GeePeeTee - OpenAi ChatGPT + Image assistant Airdik द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create text completions/edits, and generate images easily with a prompt."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GeePeeTee - OpenAi ChatGPT + Image assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Easily access OpenAi's text and image models from this extension. You can access Completion, Edit, and Image models with a simple click, or a keyboard shortcut of "Ctrl + Shift + Space" Answer all of you questions and kill your curiosity with this modern and dynamic design that allows you to generate text with ChatGPT and generate images from Dall-E.
एक्सटेंशन की मूल जानकारी
नाम | GeePeeTee - OpenAi ChatGPT + Image assistant |
ID | dbegpdaninkikfcfodenceojbpdgdoaa |
आधिकारिक URL | https://chromewebstore.google.com/detail/geepeetee-openai-chatgpt/dbegpdaninkikfcfodenceojbpdgdoaa |
विवरण | Create text completions/edits, and generate images easily with a prompt. |
फ़ाइल का आकार | 104 KB |
स्थापना संख्या | 7,760 |
वर्तमान संस्करण | 1.2.3 |
अंतिम अपडेट | 2023-03-17 |
प्रकाशन तिथि | 2023-01-27 |
रेटिंग | 2.89/5 कुल 9 रेटिंग्स |
डेवलपर | Airdik |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://www.buymeacoffee.com/Airdik |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GeePeeTee - OpenAi ChatGPT + Image assistant", "version": "1.2.3", "description": "Create text completions\/edits, and generate images easily with a prompt.", "permissions": [ "storage" ], "host_permissions": [ "http:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "contentScript.js" ] } ], "icons": { "16": "assets\/icon-16.png", "32": "assets\/icon-32.png", "48": "assets\/icon-48.png", "128": "assets\/icon-128.png" }, "action": { "default_icon": { "16": "assets\/extension-icon.png", "24": "assets\/extension-icon.png", "32": "assets\/extension-icon.png" }, "default_title": "GeePeeTee", "default_popup": "popup.html" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+Space", "mac": "Command+Shift+Space", "windows": "Ctrl+Shift+Space", "chromeos": "Ctrl+Shift+Space", "linux": "Ctrl+Shift+Space" } } }, "manifest_version": 3 } |