Immersion AI

Immersion AI

ما هو Immersion AI؟

Immersion AI هو إضافة Chrome تم تطويرها بواسطة https://immersion-ai.com، والميزة الرئيسية لها هي "Immersion AI".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Immersion AI

قم بتنزيل ملفات الامتداد Immersion AI بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Seamlessly integrate language learning into your web browsing with Immersion AI!

Immersion AI lets you learn a language while you browse. First you select one of the several languages to learn. Once a language is selected and translation is active, new words will be translated directly in your browser. 

Immersion AI is perfect for you if,
• You want to learn a language while you work
• You are learning a language and want more exposure each day
• You love learning and want to learn a language 

With Immersion AI, you can set your own learning pace and new words are automatically added every day! 


**Important** 
Some sites don't work well when this extension is active. You can black-list a URL so that the extension never runs on the URL via the 'Blacklist Site' Button

• For more details about Immersion AI and see the extension in action visit: https://immersion-ai.com/
• You can help me improve the extension and create a more personalized experience by buying me a coffee at: https://www.buymeacoffee.com/zjwarnes                    

معلومات أساسية عن التمديد

الاسم Immersion AI Immersion AI
ID jnmjgojkocjnmpeaajnhgljmpallopma
عنوان URL الرسمي https://chromewebstore.google.com/detail/immersion-ai/jnmjgojkocjnmpeaajnhgljmpallopma
الوصف Immersion AI
حجم الملف 949 KB
عدد التثبيتات 200
النسخة الحالية 1.1.0
آخر تحديث 2023-07-24
تاريخ النشر 2023-01-19
تقييم 5.00/5 مجموع تقييمات 2
المطور https://immersion-ai.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://immersion-ai.com/
عنوان صفحة المساعدة https://immersion-ai.com/contact-us
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Immersion AI",
    "description": "Immersion AI",
    "version": "1.1.0",
    "icons": {
        "16": "icons\/logo_icon.png",
        "32": "icons\/logo32_icon.png",
        "48": "icons\/logo48_icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/www.google-analytics.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.html"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "action": {
        "default_icon": "icons\/logo_icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "tabs"
    ]
}