Wikipedia Lookup - Context Menu
Search Wikipedia from the context menu.
Что такое Wikipedia Lookup - Context Menu?
Wikipedia Lookup - Context Menu - это расширение Chrome, разработанное Damien Brunet, и его основная функция - "Search Wikipedia from the context menu.".
Снимки экрана расширения
Скачать файл CRX расширения Wikipedia Lookup - Context Menu
Скачайте файлы расширений Wikipedia Lookup - Context Menu в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Select the word(s) you want to look up on Wikipedia, right-click and click the "Search Wikipedia for ..." item in the context menu. By default, Wikipedia Lookup auto-detects the language of the page and opens the corresponding version of Wikipedia. You can turn this feature off in the options. Open-source: https://github.com/djrekca/Wikipedia-Lookup---Context-Menu
Основная информация о расширении
Название | |
ID | ehigjigpolmdglippjafhnpngmaeepkp |
Официальный URL | https://chromewebstore.google.com/detail/wikipedia-lookup-context/ehigjigpolmdglippjafhnpngmaeepkp |
Описание | Search Wikipedia from the context menu. |
Размер файла | 17.92 KB |
Количество установок | 4,575 |
Текущая Версия | 1.4.6 |
Последнее Обновление | 2021-06-08 |
Дата публикации | 2020-07-02 |
Рейтинг | 3.97/5 Всего 35 оценок |
Разработчик | Damien Brunet |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.4.6", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "notifications", "contextMenus", "storage" ], "minimum_chrome_version": "49", "manifest_version": 2 } |