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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
        ]
    }
}