AI Command

Elevate Text Interaction with AI-Powered Capabilities

¿Qué es AI Command?

AI Command es una extensión de Chrome desarrollada por Education Hub, y su función principal es "Elevate Text Interaction with AI-Powered Capabilities".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión AI Command

Descarga archivos de extensión AI Command en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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 🌎.                    

Información Básica de la Extensión

Nombre AI Command AI Command
ID iinfmfmneepgdhlfeibcdmmdaflfjaic
URL Oficial https://chromewebstore.google.com/detail/ai-command/iinfmfmneepgdhlfeibcdmmdaflfjaic
Descripción Elevate Text Interaction with AI-Powered Capabilities
Tamaño del Archivo 444 KB
Cantidad de Instalaciones 33
Versión Actual 3.0.3
Última Actualización 2023-10-20
Fecha de Publicación 2023-10-20
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Education Hub
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://aicommand.xyz
URL de la Página de Ayuda https://forms.gle/UjxUpig1hMK4mPXU8
URL de la Página de Política de Privacidad https://aicommand-free.web.app/privacy
Idiomas Soportados 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\/*"
        ]
    }
}