Search Selection on Wikipedia

Search selection on wikipedia by right click.

Search Selection on Wikipediaとは何ですか?

Search Selection on Wikipediaはyanlongによって開発されたChromeの拡張機能で、その主な機能は「Search selection on wikipedia by right click.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Search Selection on Wikipedia拡張機能のCRXファイルをダウンロード

Search Selection on Wikipedia拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension adds the selection search on Wikipedia function to your context menu. When you encounter some words your want to wiki them, you could select them, then right click on the selection and click the "Search Wikipedia for Selection" label in the context menu, a Wikipedia web page about the selected words will be open in a new tab soon.                    

拡張機能の基本情報

名前 Search Selection on Wikipedia Search Selection on Wikipedia
ID mngkaodjkcedcmgcjgndngniocllkegd
公式URL https://chrome.google.com/webstore/detail/search-selection-on-wikip/mngkaodjkcedcmgcjgndngniocllkegd
説明 Search selection on wikipedia by right click.
ファイルサイズ 16.32 KB
インストール数 335
現在のバージョン 1.3
最終更新日 2013-12-27
公開日 2013-12-27
評価 4.64/5 合計 11 レビュー
開発者 yanlong
支払い方法 free
対応言語 en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Search selection on wikipedia by right click.",
    "icons": {
        "128": "wiki128.png",
        "16": "wiki16.png",
        "48": "wiki48.png"
    },
    "name": "Search Selection on Wikipedia",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3",
    "manifest_version": 2
}