AI Command

Elevate Text Interaction with AI-Powered Capabilities

什么是AI Command?

AI Command是由Education Hub开发的Chrome扩展程序,该扩展的主要功能是“Elevate Text Interaction with AI-Powered Capabilities”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载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 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
电子邮箱 [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\/*"
        ]
    }
}