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
Eメール [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'"
}