Absolute Free WordReference Dic(Ctrl+Shift+Q)
This extension allows the user to look up the selected word in wordreference.com dictionary in all languages. Absolutely Free
Что такое Absolute Free WordReference Dic(Ctrl+Shift+Q)?
Absolute Free WordReference Dic(Ctrl+Shift+Q) - это расширение Chrome, разработанное msamarehshafeei, и его основная функция - "This extension allows the user to look up the selected word in wordreference.com dictionary in all languages. Absolutely Free".
Снимки экрана расширения
Скачать файл CRX расширения Absolute Free WordReference Dic(Ctrl+Shift+Q)
Скачайте файлы расширений Absolute Free WordReference Dic(Ctrl+Shift+Q) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
features include: - absolutely free! - search of a selected word in brower for all languages available in http://www.wordreference.com - auto save of selected language change Feel free to request anything useful so I will add asap
Основная информация о расширении
Название | Absolute Free WordReference Dic(Ctrl+Shift+Q) |
ID | goeokadmaehiidbobnbeeejihahdocab |
Официальный URL | https://chromewebstore.google.com/detail/absolute-free-wordreferen/goeokadmaehiidbobnbeeejihahdocab |
Описание | This extension allows the user to look up the selected word in wordreference.com dictionary in all languages. Absolutely Free |
Размер файла | 85.02 KB |
Количество установок | 1,556 |
Текущая Версия | 2.2 |
Последнее Обновление | 2022-12-24 |
Дата публикации | 2018-10-13 |
Рейтинг | 4.25/5 Всего 16 оценок |
Разработчик | msamarehshafeei |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Absolute Free WordReference Dic(Ctrl+Shift+Q)", "short_name": "WR(Ctrl+Shift+Q)", "description": "This extension allows the user to look up the selected word in wordreference.com dictionary in all languages. Absolutely Free", "version": "2.2", "icons": { "16": "icons\/icon48.png", "48": "icons\/icon48.png", "128": "icons\/icon144.png" }, "background": { "service_worker": "background.js" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+Q", "windows": "Ctrl+Shift+Q", "mac": "Command+Shift+Q" } } }, "content_scripts": [ { "js": [ "popup.js", "execution.js" ], "matches": [ "https:\/\/*\/*" ] } ], "action": { "default_icon": "icons\/icon96.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "scripting" ] } |