Wikipedia Shuffle
Shuffle through random Wikipedia articles
Wat is Wikipedia Shuffle?
Wikipedia Shuffle is een Chrome-extensie ontwikkeld door http://silversinkdevelopment.com, en de belangrijkste functie is "Shuffle through random Wikipedia articles".
Extensie Screenshots
Download het CRX-bestand van de extensie Wikipedia Shuffle
Download Wikipedia Shuffle-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | kkbgghnoldipknfchbfibchnnnobckni |
Officiële URL | https://chrome.google.com/webstore/detail/wikipedia-shuffle/kkbgghnoldipknfchbfibchnnnobckni |
Beschrijving | Shuffle through random Wikipedia articles |
Bestandsgrootte | 26.12 KB |
Aantal Installaties | 305 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2012-06-26 |
Publicatiedatum | 2012-06-26 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | http://silversinkdevelopment.com |
Betalingswijze | free |
Extensiewebsite | http://silversinkdevelopment.com |
Ondersteunde Talen | 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" } } |