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ファイルをダウンロード

iTour chat translation拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
        }
    }
}