Wikipedia Lookup - Context Menu

Search Wikipedia from the context menu.

什麼是Wikipedia Lookup - Context Menu?

Wikipedia Lookup - Context Menu是由Damien Brunet開發的Chrome擴展程式,該擴展的主要功能是“Search Wikipedia from the context menu.”。

擴展截圖

screenshot

下載Wikipedia Lookup - Context Menu擴展crx文件

下載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                    

擴展基本資訊

名稱 Wikipedia Lookup - Context Menu Wikipedia Lookup - Context Menu
ID ehigjigpolmdglippjafhnpngmaeepkp
官方網址 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
}