ChatGPT CopyIt

ChatGPT CopyIt adds a copy to clipboard button end of each answer. Also it shows word and character counter.

Cos'è ChatGPT CopyIt?

ChatGPT CopyIt è un'estensione di Chrome sviluppata da mm.savar, e la sua funzione principale è "ChatGPT CopyIt adds a copy to clipboard button end of each answer. Also it shows word and character counter.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ChatGPT CopyIt

Scarica i file di estensione ChatGPT CopyIt in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension is designed specifically for the ChatGPT website, and it adds a "Copy" button to the answers on the website. When you click on this button, the text of the answer will be copied to your clipboard. The extension also displays the number of characters and words in the answer, and it updates the action buttons and counters when new messages are added to the chat.

To use this extension, simply install it from the Chrome Web Store and navigate to the ChatGPT website. When you see an answer in the chat, you will notice a "Copy" button next to it. Click on this button to copy the text of the answer to your clipboard. Please note that this extension will not work on other websites or web applications, as it is specifically designed for use with ChatGPT.                    

Informazioni di Base sull'Estensione

Nome ChatGPT CopyIt ChatGPT CopyIt
ID ogakgacjkoojmdahpelppalilhhplnbe
URL Ufficiale https://chromewebstore.google.com/detail/chatgpt-copyit/ogakgacjkoojmdahpelppalilhhplnbe
Descrizione ChatGPT CopyIt adds a copy to clipboard button end of each answer. Also it shows word and character counter.
Dimensione del File 2.28 MB
Conteggio Installazioni 416
Versione Corrente 0.0.0.2
Ultimo Aggiornamento 2023-04-25
Data di Pubblicazione 2023-02-23
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore mm.savar
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.freeprivacypolicy.com/live/1621c236-0bdc-485f-b9b2-e540118002e0
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT CopyIt",
    "version": "0.0.0.2",
    "description": "ChatGPT CopyIt adds a copy to clipboard button end of each answer. Also it shows word and character counter.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "styles\/main.css"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    }
}