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)”。
扩展截图
下载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]. 扩展基本信息
| 名称 | |
| 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"
]
}
]
} | |