GPT-Based
GPTBased is used to generate effective prompts for ChatGPT
GPT-Based là gì?
GPT-Based là một tiện ích mở rộng Chrome được phát triển bởi https://gptbased.net, và tính năng chính của nó là "GPTBased is used to generate effective prompts for 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 GPT-Based
Tải xuống các tệp mở rộng GPT-Based 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
GPTBased is an extension of ChatGPT that creates effective prompts for your chatbot. Improve your engagement with GPTBased's AI-powered chat prompts
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GPT-Based |
ID | jeecjckgihbjgajddicjajmfopmhoahp |
URL Chính Thức | https://chromewebstore.google.com/detail/gpt-based/jeecjckgihbjgajddicjajmfopmhoahp |
Mô tả | GPTBased is used to generate effective prompts for ChatGPT |
Kích Thước Tệp | 140 KB |
Số Lần Cài Đặt | 69 |
Phiên Bản Hiện Tại | 0.0.6 |
Cập Nhật Lần Cuối | 2023-08-29 |
Ngày Phát Hành | 2023-04-26 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://gptbased.net |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://gptbased.net |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GPT-Based", "version": "0.0.6", "description": "GPTBased is used to generate effective prompts for ChatGPT", "options_page": "src\/pages\/options\/index.html", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "src\/pages\/content\/index.js" ], "css": [ "assets\/css\/contentStyle16926242660.chunk.css" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "icon-128.png", "icon-34.png" ], "matches": [ "*:\/\/*\/*" ] } ] } |