ContextAI
AI answers with context
ContextAI là gì?
ContextAI là một tiện ích mở rộng Chrome được phát triển bởi victormbrandalise, và tính năng chính của nó là "AI answers with context".
Ả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 ContextAI
Tải xuống các tệp mở rộng ContextAI 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
Get AI replies that make sense. ContextAI is an extension that not only generates content using AI but also takes the information available in the page to generate better responses. To use it just type "ai;" or "ai;". - Like something ⇒ ai congratulate; or ai praise; - Disagree ⇒ ai disagree; - Need the source ⇒ ai find source; ContextAI is optimized for Twitter and Instagram but also works on many other websites.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ContextAI |
ID | hkhajfdbimpdgollnljpaokdiklfcmpm |
URL Chính Thức | https://chromewebstore.google.com/detail/contextai/hkhajfdbimpdgollnljpaokdiklfcmpm |
Mô tả | AI answers with context |
Kích Thước Tệp | 17.38 KB |
Số Lần Cài Đặt | 26 |
Phiên Bản Hiện Tại | 0.4 |
Cập Nhật Lần Cuối | 2023-05-17 |
Ngày Phát Hành | 2023-05-16 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | victormbrandalise |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://contextai-7436e.web.app/ |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ContextAI", "description": "AI answers with context", "version": "0.4", "icons": { "16": "assets\/icon_16.png", "48": "assets\/icon_48.png", "128": "assets\/icon_128.png" }, "manifest_version": 3, "action": { "default_popup": "popup.html" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/us-central1-contextai-7436e.cloudfunctions.net\/completeRequest" ], "externally_connectable": { "matches": [ "*:\/\/contextai-7436e.web.app\/*" ] }, "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "js": [ "scripts\/index.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |