ChatGPTx
Shortcut to ChatGPT to help you with your daily tasks
ChatGPTx là gì?
ChatGPTx là một tiện ích mở rộng Chrome được phát triển bởi ph.becking, và tính năng chính của nó là "Shortcut to ChatGPT to help you with your daily tasks".
Ả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 ChatGPTx
Tải xuống các tệp mở rộng ChatGPTx 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
Select something in your Chrome browser and use right-click to see the explanation of the selected phrase. Enjoy! Cheers, Jap and Piet Note: This is still the Beta version. Any feedback would be highly appreciated and can be submitted via the following link: https://sites.google.com/view/chatgptx/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ChatGPTx |
ID | bcekompknmefbgdhaionajkpcehbhkbk |
URL Chính Thức | https://chromewebstore.google.com/detail/chatgptx/bcekompknmefbgdhaionajkpcehbhkbk |
Mô tả | Shortcut to ChatGPT to help you with your daily tasks |
Kích Thước Tệp | 17.68 KB |
Số Lần Cài Đặt | 372 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2023-01-29 |
Ngày Phát Hành | 2023-01-19 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | ph.becking |
[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": "ChatGPTx", "version": "0.1.1", "icons": { "16": "assets\/ext-icon.png", "32": "assets\/ext-icon.png", "48": "assets\/ext-icon.png", "128": "assets\/ext-icon.png" }, "description": "Shortcut to ChatGPT to help you with your daily tasks", "permissions": [ "storage", "contextMenus", "activeTab" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "contentScript.js" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/bookmark.png", "assets\/play.png", "assets\/delete.png", "assets\/save.png" ], "matches": [ "https:\/\/*\/*" ] } ], "action": { "default_icon": { "16": "assets\/ext-icon.png", "24": "assets\/ext-icon.png", "32": "assets\/ext-icon.png" }, "default_title": "ChatGPTx Extension", "default_popup": "popup.html" }, "manifest_version": 3 } |