Idiom
Idiom helps you read foreign-language websites. Tap the extension, and then select any word to speak and translate.
Что такое Idiom?
Idiom - это расширение Chrome, разработанное https://getidiom.com, и его основная функция - "Idiom helps you read foreign-language websites. Tap the extension, and then select any word to speak and translate.".
Снимки экрана расширения
Скачать файл CRX расширения Idiom
Скачайте файлы расширений Idiom в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Read foreign news, literature, and more. Основная информация о расширении
| Название | |
| ID | pfajlhihbjkkombfboempehkldaipcab |
| Официальный URL | https://chromewebstore.google.com/detail/idiom/pfajlhihbjkkombfboempehkldaipcab |
| Описание | Idiom helps you read foreign-language websites. Tap the extension, and then select any word to speak and translate. |
| Размер файла | 20.18 KB |
| Количество установок | 290 |
| Текущая Версия | 1.1.3 |
| Последнее Обновление | 2020-08-21 |
| Дата публикации | 2020-04-28 |
| Рейтинг | 3.80/5 Всего 5 оценок |
| Разработчик | https://getidiom.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://getidiom.com/ |
| URL страницы помощи | https://getidiom.com/ |
| URL страницы политики конфиденциальности | https://getidiom.com/privacy-policy |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Idiom",
"short_name": "Idiom",
"description": "Idiom helps you read foreign-language websites. Tap the extension, and then select any word to speak and translate.",
"version": "1.1.3",
"browser_action": {
"default_title": "Enable Idiom",
"default_popup": "popup.html"
},
"icons": {
"128": "icon128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"https:\/\/api.getidiom.com\/*",
"activeTab",
"storage",
"tts"
]
} | |