Look-it-up
Adds context menu item that looks up selected text on dictionary sites
Что такое Look-it-up?
Look-it-up - это расширение Chrome, разработанное https://timothytocci.wordpress.com, и его основная функция - "Adds context menu item that looks up selected text on dictionary sites".
Снимки экрана расширения
Скачать файл CRX расширения Look-it-up
Скачайте файлы расширений Look-it-up в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A simple extension that will look up selected text on a number of different dictionary sites. You have the choice of dictionary.com, merriam-webster.com (dictionary and thesaurus), thefreedictionary.com, thesaurus.com, urbandictionary.com, wikipedia.org, wiktionary.org, and yourdictionary.com to look selected terms up with. There is an options page to enable or disable the different menu items included. To view the source code for this extension and many more visit: http://timothytocci.com/
Основная информация о расширении
Название | |
ID | ipjahghegoomngoikgmnngibghgockhm |
Официальный URL | https://chromewebstore.google.com/detail/look-it-up/ipjahghegoomngoikgmnngibghgockhm |
Описание | Adds context menu item that looks up selected text on dictionary sites |
Размер файла | 12.31 KB |
Количество установок | 274 |
Текущая Версия | 0.2 |
Последнее Обновление | 2014-05-31 |
Дата публикации | 2014-05-31 |
Рейтинг | 4.50/5 Всего 2 оценок |
Разработчик | https://timothytocci.wordpress.com |
Тип оплаты | free |
Официальный сайт расширения | http://timothytocci.com/ |
URL страницы помощи | http://timothytocci.com/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Look-it-up", "description": "Adds context menu item that looks up selected text on dictionary sites", "version": "0.2", "permissions": [ "contextMenus" ], "background": { "scripts": [ "app.js" ] }, "options_page": "options.html", "icons": { "16": "book16.png", "32": "book32.png", "48": "book48.png", "128": "book128.png" }, "manifest_version": 2 } |