Wikipedia Lookup - Context Menu

Search Wikipedia from the context menu.

Hvad er Wikipedia Lookup - Context Menu?

Wikipedia Lookup - Context Menu er en Chrome-udvidelse udviklet af Damien Brunet, og dens hovedfunktion er "Search Wikipedia from the context menu.".

Udvidelsesskærmbilleder

screenshot

Download Wikipedia Lookup - Context Menu-udvidelses-CRX-fil

Download Wikipedia Lookup - Context Menu-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Wikipedia Lookup - Context Menu Wikipedia Lookup - Context Menu
ID ehigjigpolmdglippjafhnpngmaeepkp
Officiel URL https://chromewebstore.google.com/detail/wikipedia-lookup-context/ehigjigpolmdglippjafhnpngmaeepkp
Beskrivelse Search Wikipedia from the context menu.
Filstørrelse 17.92 KB
Antal Installationer 4,575
Nuværende Version 1.4.6
Senest Opdateret 2021-06-08
Udgivelsesdato 2020-07-02
Bedømmelse 3.97/5 Samlet 35 Bedømmelser
Udvikler Damien Brunet
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}