ChatGPT CopyIt
ChatGPT CopyIt adds a copy to clipboard button end of each answer. Also it shows word and character counter.
ChatGPT CopyIt là gì?
ChatGPT CopyIt là một tiện ích mở rộng Chrome được phát triển bởi mm.savar, và tính năng chính của nó là "ChatGPT CopyIt adds a copy to clipboard button end of each answer. Also it shows word and character counter.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ChatGPT CopyIt
Tải xuống các tệp mở rộng ChatGPT CopyIt dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ChatGPT CopyIt |
ID | ogakgacjkoojmdahpelppalilhhplnbe |
URL Chính Thức | https://chromewebstore.google.com/detail/chatgpt-copyit/ogakgacjkoojmdahpelppalilhhplnbe |
Mô tả | ChatGPT CopyIt adds a copy to clipboard button end of each answer. Also it shows word and character counter. |
Kích Thước Tệp | 2.28 MB |
Số Lần Cài Đặt | 416 |
Phiên Bản Hiện Tại | 0.0.0.2 |
Cập Nhật Lần Cuối | 2023-04-25 |
Ngày Phát Hành | 2023-02-23 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | mm.savar |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.freeprivacypolicy.com/live/1621c236-0bdc-485f-b9b2-e540118002e0 |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |