WordComplex (English Dictionary)
Add extra meaning to your web browsing. Look up for definitions while you are on web.
Что такое WordComplex (English Dictionary)?
WordComplex (English Dictionary) - это расширение Chrome, разработанное Rajdeep Chauhan, и его основная функция - "Add extra meaning to your web browsing. Look up for definitions while you are on web.".
Снимки экрана расширения
Скачать файл CRX расширения WordComplex (English Dictionary)
Скачайте файлы расширений WordComplex (English Dictionary) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Double click on any word to look up its definition while you are browsing. Look up for definitions in WordComplex browser action and open desktop dictionary by clicking wordcomplex icon. You can go forward and backward in your currently searched words. Save the words to look up in future.
Основная информация о расширении
Название | |
ID | abiafidebmalgeploojmmpaplaglhhaf |
Официальный URL | https://chrome.google.com/webstore/detail/wordcomplex-english-dicti/abiafidebmalgeploojmmpaplaglhhaf |
Описание | Add extra meaning to your web browsing. Look up for definitions while you are on web. |
Размер файла | 73.07 KB |
Количество установок | 234 |
Текущая Версия | 2.1 |
Последнее Обновление | 2019-05-19 |
Дата публикации | 2019-05-19 |
Рейтинг | 4.00/5 Всего 4 оценок |
Разработчик | Rajdeep Chauhan |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WordComplex (English Dictionary)", "description": "Add extra meaning to your web browsing. Look up for definitions while you are on web.", "version": "2.1", "short_name": "WC", "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html", "default_title": "WordComplex" }, "icons": { "16": "icon16.png", "19": "icon19.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "tip.css" ], "js": [ "content_script.js" ] } ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "web_accessible_resources": [ "speaker.jpg" ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tts", "storage" ] } |