AI Command
Elevate Text Interaction with AI-Powered Capabilities
AI Command là gì?
AI Command là một tiện ích mở rộng Chrome được phát triển bởi Education Hub, và tính năng chính của nó là "Elevate Text Interaction with AI-Powered Capabilities".
Ả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 AI Command
Tải xuống các tệp mở rộng AI Command 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
Unlock the potential of your text with the 💡 AI Command Chrome extension. This powerful tool harnesses the capabilities of artificial intelligence to seamlessly transform and enhance text, providing a versatile array of features at your fingertips 🚀. Key Features: * Intelligent Text Transformation: Instantly 💡 rephrase, summarize, translate, and more with the aid of advanced AI algorithms, making text more engaging and versatile. * Customizable and Quick Access: Tailor the extension to your needs by choosing preferred text transformation options. Access them with ease via a convenient Chrome context menu 📄. * Seamless User Experience: Integrate effortlessly into your browsing routine. Execute various text operations, such as summarization and translation, directly from the context menu with just a few clicks 🖱. Enhance your browsing experience and gain an edge in working with text. Install the AI Command Chrome extension today and discover a world of AI-powered text transformation at your fingertips 🌎.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AI Command |
ID | iinfmfmneepgdhlfeibcdmmdaflfjaic |
URL Chính Thức | https://chromewebstore.google.com/detail/ai-command/iinfmfmneepgdhlfeibcdmmdaflfjaic |
Mô tả | Elevate Text Interaction with AI-Powered Capabilities |
Kích Thước Tệp | 444 KB |
Số Lần Cài Đặt | 33 |
Phiên Bản Hiện Tại | 3.0.3 |
Cập Nhật Lần Cuối | 2023-10-20 |
Ngày Phát Hành | 2023-10-20 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Education Hub |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://aicommand.xyz |
URL Trang Trợ Giúp | https://forms.gle/UjxUpig1hMK4mPXU8 |
URL Trang Chính Sách Bảo Mật | https://aicommand-free.web.app/privacy |
Ngôn Ngữ Được Hỗ Trợ | id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "3.0.3", "manifest_version": 3, "icons": { "128": "images\/128x128.png" }, "background": { "service_worker": "background.bundle.js" }, "default_locale": "en", "permissions": [ "contextMenus", "activeTab", "tts", "storage" ], "host_permissions": [ "https:\/\/api.imagetext.xyz\/*" ], "action": { "default_icon": { "128": "images\/128x128.png" } }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/imagetext.xyz\/*", "*:\/\/*.imagetext.xyz\/*" ] } } |