Wikihover

A Chrome extension that allows you get the summary of an article with the hover of your mouse.

Wikihoverとは何ですか?

Wikihoverはhttps://ellenbrook.github.ioによって開発されたChromeの拡張機能で、その主な機能は「A Chrome extension that allows you get the summary of an article with the hover of your mouse.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Are you sick of getting lost in a sea of open tabs when browsing Wikipedia? This Chrome Extension makes that problem go away. Simply hover over almost any Wikipedia link located in the main body of the page and see a brief summary appear at the top of your browser window! Remove your mouse from the link and the added text disappears. It's just that simple.                    

拡張機能の基本情報

名前 Wikihover Wikihover
ID aohcgnijnfgcofeijeeoinefklfghdcc
公式URL https://chromewebstore.google.com/detail/wikihover/aohcgnijnfgcofeijeeoinefklfghdcc
説明 A Chrome extension that allows you get the summary of an article with the hover of your mouse.
ファイルサイズ 118 KB
インストール数 61
現在のバージョン 0.0.3
最終更新日 2015-08-21
公開日 2015-08-21
評価 4.11/5 合計 9 レビュー
開発者 https://ellenbrook.github.io
支払い方法 free
拡張機能のウェブサイト http://ellenbrook.github.io/
ヘルプページのURL http://ellenbrook.github.io/wikihover-google-chrome-extension/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wikihover",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "A Chrome extension that allows you get the summary of an article with the hover of your mouse.",
    "homepage_url": "http:\/\/ellenbrook.github.io",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "http:\/\/wikipedia.org\/*",
        "https:\/\/wikipedia.org\/*",
        "http:\/\/en.wikipedia.org\/*",
        "https:\/\/en.wikipedia.org\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/wikipedia.org\/*",
                "https:\/\/wikipedia.org\/*",
                "http:\/\/*.wikipedia.org\/*",
                "https:\/\/*.wikipedia.org\/*"
            ],
            "js": [
                "js\/jquery\/jquery.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}