Leo Inline Translator
Get Leo.de's definition of your highlighted word without leaving the page
Что такое Leo Inline Translator?
Leo Inline Translator - это расширение Chrome, разработанное billy.rennekamp, и его основная функция - "Get Leo.de's definition of your highlighted word without leaving the page".
Снимки экрана расширения
Скачать файл CRX расширения Leo Inline Translator
Скачайте файлы расширений Leo Inline Translator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
| Название | |
| ID | phhdeemmniimokjdhbigjahnmgebneik |
| Официальный URL | https://chrome.google.com/webstore/detail/leo-inline-translator/phhdeemmniimokjdhbigjahnmgebneik |
| Описание | Get Leo.de's definition of your highlighted word without leaving the page |
| Размер файла | 139 KB |
| Количество установок | 137 |
| Текущая Версия | 1.12 |
| Последнее Обновление | 2015-12-27 |
| Дата публикации | 2015-12-27 |
| Рейтинг | 2.20/5 Всего 5 оценок |
| Разработчик | billy.rennekamp |
| Тип оплаты | free |
| Официальный сайт расширения | http://dict.leo.org |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Leo Inline Translator",
"description": "Get Leo.de's definition of your highlighted word without leaving the page",
"version": "1.12",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"pickle.css"
],
"js": [
"js\/jquery.min.js",
"pickle.js"
]
}
],
"background": {
"persistant": false,
"scripts": [
"build.js"
]
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"http:\/\/fonts.googleapis.com\/",
"https:\/\/fonts.googleapis.com\/",
"https:\/\/ajax.googleapis.com\/",
"contextMenus"
]
} | |