AI Command
Elevate Text Interaction with AI-Powered Capabilities
AI Commandとは何ですか?
AI CommandはEducation Hubによって開発されたChromeの拡張機能で、その主な機能は「Elevate Text Interaction with AI-Powered Capabilities」です。
拡張機能のスクリーンショット
AI Command拡張機能のCRXファイルをダウンロード
AI Command拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 🌎.
拡張機能の基本情報
名前 | AI Command |
ID | iinfmfmneepgdhlfeibcdmmdaflfjaic |
公式URL | https://chromewebstore.google.com/detail/ai-command/iinfmfmneepgdhlfeibcdmmdaflfjaic |
説明 | Elevate Text Interaction with AI-Powered Capabilities |
ファイルサイズ | 444 KB |
インストール数 | 33 |
現在のバージョン | 3.0.3 |
最終更新日 | 2023-10-20 |
公開日 | 2023-10-20 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Education Hub |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://aicommand.xyz |
ヘルプページのURL | https://forms.gle/UjxUpig1hMK4mPXU8 |
プライバシーポリシーページのURL | https://aicommand-free.web.app/privacy |
対応言語 | 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\/*" ] } } |