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
公式URL 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
Eメール [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
}