AI Command
Elevate Text Interaction with AI-Powered Capabilities
ما هو AI Command؟
AI Command هو إضافة Chrome تم تطويرها بواسطة Education Hub، والميزة الرئيسية لها هي "Elevate Text Interaction with AI-Powered Capabilities".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AI Command
قم بتنزيل ملفات الامتداد AI Command بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة المساعدة | https://forms.gle/UjxUpig1hMK4mPXU8 |
عنوان صفحة سياسة الخصوصية | 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\/*" ] } } |