Generative Prompts
An extension for displaying entries from the Awesome ChatGPT Prompts repository and featuring a prompt generator.
Generative Prompts क्या है?
Generative Prompts https://alpererdogan.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension for displaying entries from the Awesome ChatGPT Prompts repository and featuring a prompt generator."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Generative Prompts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension is a simple ChatGPT interface that provides a facilitating interface for queries created for ChatGPT by contributors to the awesome ChatGPT Prompts repository, and personality prompts for a machine learning model trained on this repository's dataset. Prompt collection repository created for ChatGPT prompts https://github.com/f/awesome-chatgpt-prompts BART model trained with these prompts https://huggingface.co/merve/chatgpt-prompt-generator-v12 If you want to contribute https://github.com/alpererdogan8/generative-prompts
एक्सटेंशन की मूल जानकारी
नाम | Generative Prompts |
ID | jhjnkdgjladjimcaoefapnnllkcbmldh |
आधिकारिक URL | https://chromewebstore.google.com/detail/generative-prompts/jhjnkdgjladjimcaoefapnnllkcbmldh |
विवरण | An extension for displaying entries from the Awesome ChatGPT Prompts repository and featuring a prompt generator. |
फ़ाइल का आकार | 112 KB |
स्थापना संख्या | 34 |
वर्तमान संस्करण | 1.0.7 |
अंतिम अपडेट | 2024-01-04 |
प्रकाशन तिथि | 2023-02-28 |
डेवलपर | https://alpererdogan.dev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/alpererdogan8/generative-prompts |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Generative Prompts", "action": [], "manifest_version": 3, "version": "1.0.7", "description": "An extension for displaying entries from the Awesome ChatGPT Prompts repository and featuring a prompt generator.", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "host_permissions": [ "https:\/\/raw.githubusercontent.com\/f\/awesome-chatgpt-prompts\/main\/prompts.csv", "https:\/\/merve-chatgpt-prompt-generator-v12.hf.space\/run\/predict" ], "permissions": [ "storage" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.main.jsx-e74a00a6-9976c30b.js" ], "matches": [ "https:\/\/chat.openai.com\/*" ], "css": [ "assets\/main-2ce0ebe1.css" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "resources": [ "assets\/main.jsx-e74a00a6.js" ], "use_dynamic_url": true } ] } |