Wikipedia Shuffle
Shuffle through random Wikipedia articles
Vad är Wikipedia Shuffle?
Wikipedia Shuffle är en Chrome-tillägg utvecklad av http://silversinkdevelopment.com, och dess huvudfunktion är "Shuffle through random Wikipedia articles".
Tilläggsskärmbilder
Ladda ner Wikipedia Shuffle-förlängningens CRX-fil
Ladda ner Wikipedia Shuffle-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | kkbgghnoldipknfchbfibchnnnobckni |
Officiell webbadress | https://chrome.google.com/webstore/detail/wikipedia-shuffle/kkbgghnoldipknfchbfibchnnnobckni |
Beskrivning | Shuffle through random Wikipedia articles |
Filstorlek | 26.12 KB |
Antal Installationer | 305 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2012-06-26 |
Publiceringsdatum | 2012-06-26 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | http://silversinkdevelopment.com |
Betalningssätt | free |
Tilläggswebbplats | http://silversinkdevelopment.com |
Stödda Språk | 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" } } |