translate to local language
select text and right click it, then you will see the menu
Что такое translate to local language?
translate to local language - это расширение Chrome, разработанное zen, и его основная функция - "select text and right click it, then you will see the menu".
Снимки экрана расширения
Скачать файл CRX расширения translate to local language
Скачайте файлы расширений translate to local language в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
select text then right click it...no matter what language you use. Основная информация о расширении
| Название | |
| ID | ioeanppiclmdjkeijlgebjnmbdpkckem |
| Официальный URL | https://chromewebstore.google.com/detail/translate-to-local-langua/ioeanppiclmdjkeijlgebjnmbdpkckem |
| Описание | select text and right click it, then you will see the menu |
| Размер файла | 13.96 KB |
| Количество установок | 21 |
| Текущая Версия | 0.5 |
| Последнее Обновление | 2020-12-06 |
| Дата публикации | 2019-12-18 |
| Разработчик | zen |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "translate to local language",
"description": "select text and right click it, then you will see the menu",
"version": "0.5",
"permissions": [
"contextMenus"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"persistent": false,
"scripts": [
"google_trans.js"
]
},
"manifest_version": 2
} | |