AI Command

Elevate Text Interaction with AI-Powered Capabilities

AI Command क्या है?

AI Command Education Hub द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Elevate Text Interaction with AI-Powered Capabilities"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AI Command एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
        ]
    }
}