Wikipedia Shuffle
Shuffle through random Wikipedia articles
What is Wikipedia Shuffle?
Wikipedia Shuffle is a Chrome extension developed by http://silversinkdevelopment.com, and its main feature is "Shuffle through random Wikipedia articles".
Extension Screenshots
Download Wikipedia Shuffle Extension CRX File
Download Wikipedia Shuffle extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | kkbgghnoldipknfchbfibchnnnobckni |
Official URL | https://chrome.google.com/webstore/detail/wikipedia-shuffle/kkbgghnoldipknfchbfibchnnnobckni |
Description | Shuffle through random Wikipedia articles |
File Size | 26.12 KB |
Installation Count | 305 |
Current Version | 1.1 |
Last Updated | 2012-06-26 |
Publish Date | 2012-06-26 |
Rating | 5.00/5 Total 2 Ratings |
Developer | http://silversinkdevelopment.com |
Payment Type | free |
Extension Website | http://silversinkdevelopment.com |
Supported Languages | 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" } } |