Copy for Chat GPT
This extension allows you to copy chat GPT responses with a click of a button or CMD+K and runs it through plagiarism detectors
Copy for Chat GPT क्या है?
Copy for Chat GPT https://sethusenthil.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to copy chat GPT responses with a click of a button or CMD+K and runs it through plagiarism detectors"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Copy for Chat GPT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
📋 Simple Buttons: Copy ChatGPT responses by just clicking on the "Copy" button. It's as easy as it gets! ⌨️ Keyboard Shortcuts: Use CMD+K on Mac or CTRL+K to copy ChatGPT responses 🚨 Automatically runs copied text through plagiarism detectors such as GPTZero to check if the generated text gets flagged and warns you about it! 🐙 100% Open Source! The source code for CopyGPT is free and available on GitHub ✨ Get CopyGPT (Copy for ChatGPT) today to elevate your ChatGPT experience! ✨ 🐛 If you have any issues please report them at: https://copygpt.sethusenthil.com/issues 🐛 Reporting there will help us get the information we need in order to fix the issue or bug! Thank you! CopyGPT might break when ChatGPT updates their web application, I will try my best to keep it up to date but there might be a day or two when CopyGPT might not function as its supposed to. But I can assure you I will be working on a fix!
एक्सटेंशन की मूल जानकारी
नाम | Copy for Chat GPT |
ID | mloblghgjiagjdffmgobhbgmplhongpm |
आधिकारिक URL | https://chromewebstore.google.com/detail/copy-for-chat-gpt/mloblghgjiagjdffmgobhbgmplhongpm |
विवरण | This extension allows you to copy chat GPT responses with a click of a button or CMD+K and runs it through plagiarism detectors |
फ़ाइल का आकार | 17.64 KB |
स्थापना संख्या | 29,045 |
वर्तमान संस्करण | 0.3.11 |
अंतिम अपडेट | 2023-08-01 |
प्रकाशन तिथि | 2022-12-23 |
रेटिंग | 3.29/5 कुल 48 रेटिंग्स |
डेवलपर | https://sethusenthil.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://copygpt.sethusenthil.com/ |
सहायता पृष्ठ URL | https://github.com/SethuSenthil/Copy-for-ChatGPT |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "author": "Sethu Senthil", "name": "Copy for Chat GPT", "icons": { "16": "media\/16.png", "19": "media\/19.png", "38": "media\/38.png", "48": "media\/48.png", "128": "media\/128.png" }, "description": "This extension allows you to copy chat GPT responses with a click of a button or CMD+K and runs it through plagiarism detectors", "version": "0.3.11", "host_permissions": [ "https:\/\/writer.com\/*" ], "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "init.js" ], "css": [ "styles.css" ], "matches": [ "https:\/\/chat.openai.com\/*" ] } ] } |