Whatsapp翻译辅助

翻译、客户标签辅助插件,跨境达摩院技术支持!

什么是Whatsapp翻译辅助?

Whatsapp翻译辅助是由跨境达摩院-Ray开发的Chrome扩展程序,该扩展的主要功能是“翻译、客户标签辅助插件,跨境达摩院技术支持!”。

扩展截图

screenshot

下载Whatsapp翻译辅助扩展crx文件

下载Whatsapp翻译辅助扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        在WhatsApp中翻译、并对whatsapp客户进行打标签辅助插件,跨境达摩院技术支持!                    

扩展基本信息

名称 Whatsapp翻译辅助 Whatsapp翻译辅助
ID lhghockhchglhnacnjjbhkblgmaokfnh
官方URL https://chromewebstore.google.com/detail/whatsapp%E7%BF%BB%E8%AF%91%E8%BE%85%E5%8A%A9/lhghockhchglhnacnjjbhkblgmaokfnh
简介 翻译、客户标签辅助插件,跨境达摩院技术支持!
文件大小 85.28 KB
安装次数 29
当前版本 1.0.4
更新时间 2023-06-18
上架时间 2023-05-30
开发者 跨境达摩院-Ray
电子邮箱 [email protected]
付费类型 free
支持的语言 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Whatsapp\u7ffb\u8bd1\u8f85\u52a9",
    "version": "1.0.4",
    "author": "[email protected]",
    "description": "\u7ffb\u8bd1\u3001\u5ba2\u6237\u6807\u7b7e\u8f85\u52a9\u63d2\u4ef6\uff0c\u8de8\u5883\u8fbe\u6469\u9662\u6280\u672f\u652f\u6301\uff01",
    "icons": {
        "128": "img\/logo.png",
        "48": "img\/logo.png",
        "16": "img\/logo.png"
    },
    "action": {
        "default_popup": "html\/popup.html",
        "default_title": "\u8de8\u5883\u8fbe\u6469\u9662\u6280\u672f\u652f\u6301\uff01"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "notifications"
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true,
            "css": [],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "https:\/\/damo.api.shoesupplier.cn\/*",
        "https:\/\/fanyi-api.baidu.com\/api\/*"
    ],
    "omnibox": {
        "keyword": "damo"
    },
    "commands": {
        "translate_text": {
            "suggested_key": {
                "default": "Alt+P",
                "mac": "Alt+P"
            },
            "description": "translate text"
        }
    }
}