Immersion AI

Immersion AI

Immersion AI란 무엇입니까?

Immersion AI은(는) https://immersion-ai.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Immersion AI"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Immersion AI 확장 프로그램 CRX 파일 다운로드

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