Wikipedia Lookup - Context Menu

Search Wikipedia from the context menu.

Apa itu Wikipedia Lookup - Context Menu?

Wikipedia Lookup - Context Menu adalah ekstensi Chrome yang dikembangkan oleh Damien Brunet, dan fitur utamanya adalah "Search Wikipedia from the context menu.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Wikipedia Lookup - Context Menu

Unduh file ekstensi Wikipedia Lookup - Context Menu dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Wikipedia Lookup - Context Menu Wikipedia Lookup - Context Menu
ID ehigjigpolmdglippjafhnpngmaeepkp
URL Resmi https://chromewebstore.google.com/detail/wikipedia-lookup-context/ehigjigpolmdglippjafhnpngmaeepkp
Deskripsi Search Wikipedia from the context menu.
Ukuran File 17.92 KB
Jumlah Instalasi 4,575
Versi Saat Ini 1.4.6
Terakhir Diperbarui 2021-06-08
Tanggal Publikasi 2020-07-02
Penilaian 3.97/5 Total 35 Penilaian
Pengembang Damien Brunet
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}