WebTranslate

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

Что такое WebTranslate?

WebTranslate - это расширение Chrome, разработанное Mohamed Arradi-Alaoui, и его основная функция - "WebTranslate give you the ability to translate your web page in 104 different languages!.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения WebTranslate

Скачайте файлы расширений 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
}