WebTranslate

WebTranslate give you the ability to translate your web page in 104 different languages!.

什么是WebTranslate?

WebTranslate是由Mohamed Arradi-Alaoui开发的Chrome扩展程序,该扩展的主要功能是“WebTranslate give you the ability to translate your web page in 104 different languages!.”。

扩展截图

screenshot

下载WebTranslate扩展crx文件

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

扩展使用说明

                        WebTranslate is an Open Source add-on which allow you to translate your web page in more than 100 differents languages.

And all of this comes with one small ergonomic contextual menu when you right click on one of your web pages. (See attached screenshots below).

Features available

** You can choose your translate engine between Google or Bing. More translate engine will come up later !.

** If you require to keep your current page, it is possible, you can choose how the new translate page will come up (in a new tab or use the current one).

If you have any improvements to add or suggestions, please you are welcome to send to me by email to [email protected].                    

扩展基本信息

名称 WebTranslate WebTranslate
ID gdmapdijiljmjingeihifkgchmfiaaic
官方URL https://chromewebstore.google.com/detail/webtranslate/gdmapdijiljmjingeihifkgchmfiaaic
简介 WebTranslate give you the ability to translate your web page in 104 different languages!.
文件大小 64.81 KB
安装次数 1,955
当前版本 1.0.0
更新时间 2019-06-13
上架时间 2019-06-13
评分 4.00/5 共4次评分
开发者 Mohamed Arradi-Alaoui
电子邮箱 [email protected]
付费类型 free
帮助页面URL http://arradimohamed.fr
支持的语言 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "version": "1.0.0",
    "description": "__MSG_extensionDescription__",
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            ".\/data\/js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "browser_style": false,
        "default_popup": ".\/data\/html\/popup_menu.html",
        "default_icon": {
            "16": "\/images\/weTranslate16.png",
            "32": "\/images\/weTranslate32.png",
            "48": "\/images\/weTranslate48.png",
            "128": "\/images\/weTranslate128.png"
        }
    },
    "icons": {
        "16": "\/images\/weTranslate16.png",
        "32": "\/images\/weTranslate32.png",
        "48": "\/images\/weTranslate48.png",
        "128": "\/images\/weTranslate128.png"
    },
    "manifest_version": 2
}