ChatGPT Prompts
Use ChatGPT Prompts along with web page's context.
ChatGPT Prompts क्या है?
ChatGPT Prompts D365Hub द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use ChatGPT Prompts along with web page's context."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ChatGPT Prompts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Take your browsing experience to the next level with ChatGPT Prompts! Customize your prompts by adding, editing, or deleting them and saving them in your browser. Get started quickly with default prompts such as extract keywords, summarize, and rewrite, Suggest Tweet, LinkedIn comment and Facebook comment all powered by the advanced capabilities of ChatGPT. Directly execute your prompts against selected text on the web page or against the main content of the page using ChatGPT's cutting-edge natural language processing technology. You can copy the results of your prompts with ease. ChatGPT Prompts can act as a single app for multiple mini task apps with the help various prompts. Install ChatGPT Prompts powered by ChatGPT to start experiencing smarter browsing like never before!
एक्सटेंशन की मूल जानकारी
नाम | ChatGPT Prompts |
ID | dpbhjppgpdeembaddjppldkfdhflfbja |
आधिकारिक URL | https://chromewebstore.google.com/detail/chatgpt-prompts/dpbhjppgpdeembaddjppldkfdhflfbja |
विवरण | Use ChatGPT Prompts along with web page's context. |
फ़ाइल का आकार | 1.07 MB |
स्थापना संख्या | 87 |
वर्तमान संस्करण | 1.2.2 |
अंतिम अपडेट | 2023-03-22 |
प्रकाशन तिथि | 2023-03-15 |
डेवलपर | D365Hub |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://d365hub.com/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChatGPT Prompts", "description": "Use ChatGPT Prompts along with web page's context.", "version": "1.2.2", "manifest_version": 3, "author": "Suresh Maurya", "permissions": [ "activeTab", "storage" ], "action": { "default_popup": "index.html", "default_icon": { "16": "\/images\/logo-16.png", "32": "\/images\/logo-32.png", "48": "\/images\/logo-48.png", "128": "\/images\/logo-128.png" } }, "options_ui": { "page": "options.html", "open_in_tab": true }, "icons": { "16": "\/images\/logo-16.png", "32": "\/images\/logo-32.png", "48": "\/images\/logo-48.png", "128": "\/images\/logo-128.png" }, "host_permissions": [ "https:\/\/*.openai.com\/" ], "background": { "service_worker": "background.bundle.js" }, "content_scripts": [ { "js": [ "content.bundle.js" ], "matches": [ "https:\/\/*\/*" ] } ] } |