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
官方網址 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"
            ]
        }
    ]
}