ChatGPT Copy Button Extension
Creates Copy button on every ChatGPT chat to simplify the copy-paste process, easy copy and eliminates unwanted formatting in paste
ChatGPT Copy Button Extension क्या है?
ChatGPT Copy Button Extension jonathankelmanc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Creates Copy button on every ChatGPT chat to simplify the copy-paste process, easy copy and eliminates unwanted formatting in paste"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ChatGPT Copy Button Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
**UPDATE 23 Nov 2023** Open AI updated there UI so we needed to update our button. ITS ALL WORKING! :) Copy Button for ChatGPT Chats! Have you ever found yourself wanting to copy a message from a ChatGPT conversation but struggling with the awkward copy and paste functionality? Our extension solves this problem by adding a simple "Copy" button to each message in the chat. With the Copy Button for ChatGPT Chats, you can quickly and easily copy any message with just one click, saving you time and effort. Whether you're trying to share a message with a colleague or save it for later reference, our extension makes it easy to get the job done. Installation is a breeze - simply add the extension to your Chrome browser and start using it right away. Say goodbye to clunky copy and paste and hello to smooth, effortless copying with the Copy Button for ChatGPT Chats. Try it out today! If you got here cool! hows it going? :)
एक्सटेंशन की मूल जानकारी
नाम | ChatGPT Copy Button Extension |
ID | ijcnijalaeoggpcklpfaijinjjnlochp |
आधिकारिक URL | https://chromewebstore.google.com/detail/chatgpt-copy-button-exten/ijcnijalaeoggpcklpfaijinjjnlochp |
विवरण | Creates Copy button on every ChatGPT chat to simplify the copy-paste process, easy copy and eliminates unwanted formatting in paste |
फ़ाइल का आकार | 34.45 KB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 3.0 |
अंतिम अपडेट | 2023-11-24 |
प्रकाशन तिथि | 2023-01-30 |
रेटिंग | 3.24/5 कुल 21 रेटिंग्स |
डेवलपर | jonathankelmanc |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT Copy Button Extension", "version": "3.0", "description": "Creates Copy button on every ChatGPT chat to simplify the copy-paste process, easy copy and eliminates unwanted formatting in paste", "icons": { "128": ".\/images\/128.png", "48": ".\/images\/128.png", "32": ".\/images\/32.png", "16": ".\/images\/16.png" }, "content_scripts": [ { "matches": [ "*:\/\/chat.openai.com\/*" ], "js": [ "content.js" ], "css": [ "style.css" ] } ], "permissions": [ "clipboardWrite" ] } |