ChatGPT Copier
Copy ChatGPT answers with ease. Click the sticky icon to quickly copy to your clipboard
Qu'est-ce que ChatGPT Copier ?
ChatGPT Copier est une extension Chrome développée par https://digitalcontentnetworks.com, et sa fonction principale est "Copy ChatGPT answers with ease. Click the sticky icon to quickly copy to your clipboard".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ChatGPT Copier
Téléchargez les fichiers d'extension ChatGPT Copier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
ChatGPT Copier is a must-have extension for anyone who uses ChatGPT. It adds a sticky icon next to each answer, making it incredibly easy to copy the answers you need. No more manual copying and pasting - just click the icon and you're done! This extension is perfect for anyone who wants to save and use ChatGPT's answers in their own work. Don't waste time copying and pasting - install ChatGPT Copier today and get the answers you need with just one click.
Informations de Base sur l'Extension
Nom | ChatGPT Copier |
ID | nkbmeknchklpmhfgafgfnmmegdacafbe |
URL Officiel | https://chromewebstore.google.com/detail/chatgpt-copier/nkbmeknchklpmhfgafgfnmmegdacafbe |
Description | Copy ChatGPT answers with ease. Click the sticky icon to quickly copy to your clipboard |
Taille du Fichier | 18.42 KB |
Nombre d'Installations | 604 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2023-08-27 |
Date de Publication | 2023-02-15 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | https://digitalcontentnetworks.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://digitalcontentnetworks.com/alp/projects/chatgpt-copier.html |
URL de la Page d'Aide | https://digitalcontentnetworks.com/alp/projects/chatgpt-copier.html |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT Copier", "description": "Copy ChatGPT answers with ease. Click the sticky icon to quickly copy to your clipboard", "version": "1.0.0", "icons": { "16": "\/images\/chatgpt-copier-16x16.png", "32": "\/images\/chatgpt-copier-32x32.png", "48": "\/images\/chatgpt-copier-48x48.png", "128": "\/images\/chatgpt-copier-128x128.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/chat.openai.com\/*" ], "run_at": "document_end" } ], "action": { "default_icon": "chatgpt-copier.png" }, "permissions": [ "clipboardWrite" ] } |