ChatGPT CopyIt

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

Что такое ChatGPT CopyIt?

ChatGPT CopyIt - это расширение Chrome, разработанное mm.savar, и его основная функция - "ChatGPT CopyIt adds a copy to clipboard button end of each answer. Also it shows word and character counter.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения ChatGPT CopyIt

Скачайте файлы расширений ChatGPT CopyIt в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название ChatGPT CopyIt ChatGPT CopyIt
ID ogakgacjkoojmdahpelppalilhhplnbe
Официальный URL https://chromewebstore.google.com/detail/chatgpt-copyit/ogakgacjkoojmdahpelppalilhhplnbe
Описание ChatGPT CopyIt adds a copy to clipboard button end of each answer. Also it shows word and character counter.
Размер файла 2.28 MB
Количество установок 416
Текущая Версия 0.0.0.2
Последнее Обновление 2023-04-25
Дата публикации 2023-02-23
Рейтинг 5.00/5 Всего 5 оценок
Разработчик mm.savar
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.freeprivacypolicy.com/live/1621c236-0bdc-485f-b9b2-e540118002e0
Поддерживаемые языки 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"
    }
}