Wikipedia Shuffle
Shuffle through random Wikipedia articles
什么是Wikipedia Shuffle?
Wikipedia Shuffle是由http://silversinkdevelopment.com开发的Chrome扩展程序,该扩展的主要功能是“Shuffle through random Wikipedia articles”。
扩展截图
下载Wikipedia Shuffle扩展crx文件
下载Wikipedia Shuffle扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Wikipedia Shuffle is a clean and simple app which allows the user to view pages from Wikipedia at random. Users are able to discover a vast range of topics, from The Emu War to Near-Earth Objects, and beyond. Simply click the Wikipedia Shuffle icon in your app tray, and discover a range of topics beyond imagining. 扩展基本信息
| 名称 | |
| ID | kkbgghnoldipknfchbfibchnnnobckni |
| 官方URL | https://chrome.google.com/webstore/detail/wikipedia-shuffle/kkbgghnoldipknfchbfibchnnnobckni |
| 简介 | Shuffle through random Wikipedia articles |
| 文件大小 | 26.12 KB |
| 安装次数 | 305 |
| 当前版本 | 1.1 |
| 更新时间 | 2012-06-26 |
| 上架时间 | 2012-06-26 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | http://silversinkdevelopment.com |
| 付费类型 | free |
| 扩展官网 | http://silversinkdevelopment.com |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Wikipedia Shuffle",
"version": "1.1",
"manifest_version": 2,
"description": "Shuffle through random Wikipedia articles",
"browser_action": {
"default_icon": "icon.png"
},
"permissions": [
"tabs"
],
"background": {
"scripts": [
"main.js"
]
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon.png"
}
} | |