iTour chat translation

Its purpose is to help people communicate more easily with friends who speak different languages.

iTour chat translation란 무엇입니까?

iTour chat translation은(는) iTourTranslator에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Its purpose is to help people communicate more easily with friends who speak different languages."입니다.

확장 프로그램 스크린샷

screenshot

iTour chat translation 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The functions of the plug-in include: 1. It can translate web content in real time, and both the original text and the translated text will be displayed on the web page. 2. It can translate the entered text. 3. It can translate the sound inside the webpage. 4. It can be used to translate messages (including text messages, voice messages, and video messages) on various social software, office software, and conference software, and it can also translate voice calls or video calls on social software in real time.                    

확장 프로그램 기본 정보

이름 iTour chat translation iTour chat translation
ID kiaeafdamnhlnpljacdedjgiiplfbnhe
공식 URL https://chromewebstore.google.com/detail/itour-chat-translation/kiaeafdamnhlnpljacdedjgiiplfbnhe
설명 Its purpose is to help people communicate more easily with friends who speak different languages.
파일 크기 1.28 MB
설치 횟수 7,000
현재 버전 0.0.5
최근 업데이트 2023-03-23
출시 날짜 2022-04-18
평점 5.00/5 총 2 개의 평점
개발자 iTourTranslator
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.itourtranslator.com/
도움말 페이지 URL https://www.itourtranslator.com/ads_all.html
개인정보 보호 정책 페이지 URL https://www.itourtranslator.com/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "iTour chat translation",
    "description": "Its purpose is to help people communicate more easily with friends who speak different languages.",
    "version": "0.0.5",
    "options_page": "options.html",
    "homepage_url": "https:\/\/www.itourtranslator.com\/",
    "icons": {
        "16": "app_icon.png",
        "128": "app_icon.png"
    },
    "action": {
        "default_icon": "app_icon.png"
    },
    "permissions": [
        "storage",
        "commands",
        "downloads",
        "contextMenus",
        "unlimitedStorage",
        "cookies",
        "desktopCapture"
    ],
    "host_permissions": [
        "",
        "https:\/\/wwww.itourtranslator.com:8806\/#\/login",
        "https:\/\/freeswitch2.shenzhen.production.itourtranslator.com:8588\/",
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js",
                "itour-translate.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "commands": {
        "start": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+U"
            },
            "description": "Start Translation"
        },
        "stop": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "mac": "MacCtrl+Shift+X"
            },
            "description": "Stop Translation"
        }
    }
}