editGPT
Easily proofread, edit, and track changes to your content in ChatGPT.
editGPT là gì?
editGPT là một tiện ích mở rộng Chrome được phát triển bởi https://editgpt.app, và tính năng chính của nó là "Easily proofread, edit, and track changes to your content in ChatGPT.".
Ả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 editGPT
Tải xuống các tệp mở rộng editGPT 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
UPDATE: The 'editGPT' button will appear in the top corner of ChatGPT after a message is sent. Instructions 1. Install the extension 2. Go to the chatGPT website. The extension only works on https://chat.openai.com/ 3. Type in a prompt that includes the text you want to edit, for example: "Proofread this: [insert your text here]." 3. Wait for the response! The 'editGPT' button only appears after the response is complete. 5. Click on the button to turn on editing mode. Track Changes Select (highlight) the text and press Accept or Reject button to accept or reject changes in the highlighted portion. Reset button will reset to original. Markup button will show/hide markup. Clipboard button will copy your text including any changes you've made to clipboard (without markup). Example Prompts These four prompts typically increase how intrusive chatGPT's editing is. 1. Proofread this but only fix grammar: 2. Proofread this: 3. Proofread this, lightly improving clarity and flow: 5. Proofread this, improving clarity and flow: Other prompts: Proofread this, significantly improving clarity and flow: Rewrite this, improving prose: Proofread these bullet points from my CV, keep it in CV language: Proofread these bullet points: Note: Everything after 'Proofread' or 'Rewrite' and before the first colon (:) will be considered a prompt and removed from the text comparison ** CHANGE LOG ** Version 1.0.18: Added support for HTML iFrame generation Version 1.0.20: Fixed editgpt button not appearing
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | editGPT |
ID | mognjodfeldknhobgbnkoomipkmlnnhk |
URL Chính Thức | https://chromewebstore.google.com/detail/editgpt/mognjodfeldknhobgbnkoomipkmlnnhk |
Mô tả | Easily proofread, edit, and track changes to your content in ChatGPT. |
Kích Thước Tệp | 50.85 KB |
Số Lần Cài Đặt | 61,005 |
Phiên Bản Hiện Tại | 1.0.20 |
Cập Nhật Lần Cuối | 2024-02-08 |
Ngày Phát Hành | 2023-02-09 |
Đánh Giá | 4.41/5 Tổng số 32 Đánh Giá |
Nhà Phát Triển | https://editgpt.app |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.editgpt.app/ |
URL Trang Chính Sách Bảo Mật | https://sites.google.com/view/editgpt-app/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "editGPT", "version": "1.0.20", "manifest_version": 3, "description": "Easily proofread, edit, and track changes to your content in ChatGPT.", "homepage_url": "http:\/\/editgpt.app", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "service_worker": "background.js" }, "permissions": [ "clipboardWrite" ], "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "src\/inject\/inject.js" ], "css": [ "css\/inject.css" ] } ] } |