WikiPopups

Wikipedia popups. Wikipedia links appear as popups when hovering them. Go to Wikipedia! (Beta)

WikiPopupsとは何ですか?

WikiPopupsはwikipediapopupsによって開発されたChromeの拡張機能で、その主な機能は「Wikipedia popups. Wikipedia links appear as popups when hovering them. Go to Wikipedia! (Beta)」です。

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

screenshot

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

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

拡張機能の使用方法

                        WikiPopup is a simple as can be extension to Wikipedia that makes checking out the links you come across a bit easier. It is in the beta stage, so feedback is appreciated.

If you for some reason want to support the development you can donate by Paypal to [email protected].                    

拡張機能の基本情報

名前 WikiPopups WikiPopups
ID deljgppfggnhgkehhiogffhjdbjlbccb
公式URL https://chromewebstore.google.com/detail/wikipopups/deljgppfggnhgkehhiogffhjdbjlbccb
説明 Wikipedia popups. Wikipedia links appear as popups when hovering them. Go to Wikipedia! (Beta)
ファイルサイズ 83.44 KB
インストール数 80
現在のバージョン 0.261
最終更新日 2013-10-30
公開日 2013-10-30
評価 4.71/5 合計 7 レビュー
開発者 wikipediapopups
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WikiPopups",
    "description": "Wikipedia popups. Wikipedia links appear as popups when hovering them. Go to Wikipedia! (Beta)",
    "version": "0.261",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.wikipedia.org\/*",
                "http:\/\/*.wikipedia.org\/*"
            ],
            "css": [
                "popup.css"
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ]
        }
    ]
}