Wikipedia Lookup - Context Menu

Search Wikipedia from the context menu.

Co je Wikipedia Lookup - Context Menu?

Wikipedia Lookup - Context Menu je rozšíření Chrome vyvinuté Damien Brunet, a jeho hlavní funkcí je „Search Wikipedia from the context menu.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Wikipedia Lookup - Context Menu

Stáhněte si soubory rozšíření Wikipedia Lookup - Context Menu ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Wikipedia Lookup - Context Menu Wikipedia Lookup - Context Menu
ID ehigjigpolmdglippjafhnpngmaeepkp
Oficiální URL https://chromewebstore.google.com/detail/wikipedia-lookup-context/ehigjigpolmdglippjafhnpngmaeepkp
Popis Search Wikipedia from the context menu.
Velikost souboru 17.92 KB
Počet instalací 4,575
Aktuální Verze 1.4.6
Poslední Aktualizace 2021-06-08
Datum Vydání 2020-07-02
Hodnocení 3.97/5 Celkem 35 Hodnocení
Vývojář Damien Brunet
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}