Wikipedia Shuffle

Shuffle through random Wikipedia articles

Wikipedia Shuffleとは何ですか?

Wikipedia Shuffleはhttp://silversinkdevelopment.comによって開発されたChromeの拡張機能で、その主な機能は「Shuffle through random Wikipedia articles」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 Wikipedia Shuffle Wikipedia Shuffle
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"
    }
}