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
电子邮箱 [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"
        }
    }
}