Wiki-Definition

Instant Wikipedia definitions for Chrome.This extension will show definition of word or multiple word phrase with instant balloon…

Wiki-Definitionとは何ですか?

Wiki-Definitionはwebpromodによって開発されたChromeの拡張機能で、その主な機能は「Instant Wikipedia definitions for Chrome.This extension will show definition of word or multiple word phrase with instant balloon…」です。

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

screenshot

Wiki-Definition拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Instant Wikipedia definitions for Chrome.This extension will show definition of word or multiple word phrase with instant balloon popup.

How to use
1) Clicking on the Wikipedia globe icon will toggle between activating and deactivating the extension. (If red marker on the globe, the extension is deactivated; click on it to activate.) 
2) You can select word or phrase to get definition.
3) Then, hover over selected text to get the definition.
4) If the definition is not updated keep hover over the selected text.
5) Clicking on (...more) yellow text on balloon popup will lead to relevant Wikipedia page.

Happy browsing!!😎😎                    

拡張機能の基本情報

名前 Wiki-Definition Wiki-Definition
ID aajpceienambodklllohnboagldmagdc
公式URL https://chromewebstore.google.com/detail/wiki-definition/aajpceienambodklllohnboagldmagdc
説明 Instant Wikipedia definitions for Chrome.This extension will show definition of word or multiple word phrase with instant balloon…
ファイルサイズ 71.54 KB
インストール数 27
現在のバージョン 0.1
最終更新日 2019-09-01
公開日 2019-08-27
評価 5.00/5 合計 1 レビュー
開発者 webpromod
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wiki-Definition",
    "version": "0.1",
    "permissions": [
        "https:\/\/en.wikipedia.org\/w\/api.php\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "content.js"
            ],
            "css": [
                "popup.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "wiki2.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}