ChatGPT: RePrompt
RePrompt is a productivity tool for ChatGPT to parameterise your prompts for optimal reusability.
ChatGPT: RePrompt là gì?
ChatGPT: RePrompt là một tiện ích mở rộng Chrome được phát triển bởi bencegadanyi1, và tính năng chính của nó là "RePrompt is a productivity tool for ChatGPT to parameterise your prompts for optimal reusability.".
Ả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: RePrompt
Tải xuống các tệp mở rộng ChatGPT: RePrompt 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
RePrompt is a productivity tool that allows users to easily parameterise their prompts for reusability in ChatGPT. With RePrompt, users can save time and streamline their workflow by eliminating repetition and enhancing reusability. To use RePrompt, simply add a double curly bracket around the name of the parameter you want to reference, like {{parameter_name}}, and assign a value to that parameter using the RePrompt parameter manager. When you send your prompt, the parameter will be replaced with its corresponding value automatically. To get started, follow these simple steps: 1. Install the RePrompt extension for your preferred browser (Google Chrome, Mozilla Firefox, or The Browser Company Arc). 2. Open ChatGPT. 3. In the RePrompt parameter manager, create a new parameter by typing in either the "KEY" or "VALUE" fields. 4. Give your parameter a name and a default value. 5. In your prompt, reference the parameter by adding double curly brackets around the parameter name, like {{parameter_name}}. 6. When you're ready to send your prompt, make sure the parameter has the correct value in the RePrompt parameter manager. 7. Press send, and the parameter will get replaced by its corresponding value in your prompt.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ChatGPT: RePrompt |
ID | jjlelcbogfjnakocefbdcgdlacagidjh |
URL Chính Thức | https://chromewebstore.google.com/detail/chatgpt-reprompt/jjlelcbogfjnakocefbdcgdlacagidjh |
Mô tả | RePrompt is a productivity tool for ChatGPT to parameterise your prompts for optimal reusability. |
Kích Thước Tệp | 100 KB |
Số Lần Cài Đặt | 12 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2023-04-22 |
Ngày Phát Hành | 2023-03-24 |
Nhà Phát Triển | bencegadanyi1 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChatGPT: RePrompt", "description": "RePrompt is a productivity tool for ChatGPT to parameterise your prompts for optimal reusability.", "version": "1.0.1", "manifest_version": 3, "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.chat.openai.com\/*" ], "js": [ "index.js" ], "run_at": "document_idle" } ] } |