WikiRoulette

Randomly browse Wikipedia pages from the 5.2 million English Wikipedia entries, in each new tab.

什么是WikiRoulette?

WikiRoulette是由https://wikiroulette.co开发的Chrome扩展程序,该扩展的主要功能是“Randomly browse Wikipedia pages from the 5.2 million English Wikipedia entries, in each new tab.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载WikiRoulette扩展crx文件

下载WikiRoulette扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        View random Wikipedia pages every time you open a new Chrome tab. Quickly navigate through random listings from the millions of English Wikipedia entries. A web-based experience is available at http://wikiroulette.co and full source code is available on Github (https://github.com/minouye/wikiroulette).                    

扩展基本信息

名称 WikiRoulette WikiRoulette
ID fhahkjoaokdmndcggfbcfgppjnndaech
官方URL https://chromewebstore.google.com/detail/wikiroulette/fhahkjoaokdmndcggfbcfgppjnndaech
简介 Randomly browse Wikipedia pages from the 5.2 million English Wikipedia entries, in each new tab.
文件大小 192 KB
安装次数 346
当前版本 1.0.1
更新时间 2016-10-01
上架时间 2016-10-01
评分 5.00/5 共3次评分
开发者 https://wikiroulette.co
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WikiRoulette",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Randomly browse Wikipedia pages from the 5.2 million English Wikipedia entries, in each new tab.",
    "homepage_url": "http:\/\/wikiroulette.co",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "permissions": [
        "https:\/\/en.wikipedia.org\/*",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/en.wikipedia.org; object-src 'self'"
}