Wikipedia Lookup - Context Menu

Search Wikipedia from the context menu.

What is Wikipedia Lookup - Context Menu?

Wikipedia Lookup - Context Menu is a Chrome extension developed by Damien Brunet, and its main feature is "Search Wikipedia from the context menu.".

Extension Screenshots

screenshot

Download Wikipedia Lookup - Context Menu Extension CRX File

Download Wikipedia Lookup - Context Menu extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Wikipedia Lookup - Context Menu Wikipedia Lookup - Context Menu
ID ehigjigpolmdglippjafhnpngmaeepkp
Official URL https://chromewebstore.google.com/detail/wikipedia-lookup-context/ehigjigpolmdglippjafhnpngmaeepkp
Description Search Wikipedia from the context menu.
File Size 17.92 KB
Installation Count 4,575
Current Version 1.4.6
Last Updated 2021-06-08
Publish Date 2020-07-02
Rating 3.97/5 Total 35 Ratings
Developer Damien Brunet
Email [email protected]
Payment Type free
Supported Languages 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
}