Random Wiki Tab
Opens a random wikipedia page on a new tab
What is Random Wiki Tab?
Random Wiki Tab is a Chrome extension developed by Unknown, and its main feature is "Opens a random wikipedia page on a new tab".
Extension Screenshots
Download Random Wiki Tab Extension CRX File
Download Random Wiki Tab 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
- Opens a random wikipedia page on a new tab - Opens a popup random wikipedia page when clicked from the dashboard
Extension Basic Information
Name | Random Wiki Tab |
ID | fiegfkmalkphjelhdiehcokabgannnac |
Official URL | https://chromewebstore.google.com/detail/random-wiki-tab/fiegfkmalkphjelhdiehcokabgannnac |
Description | Opens a random wikipedia page on a new tab |
File Size | 83.01 KB |
Installation Count | 316 |
Current Version | 1.0 |
Last Updated | 2015-01-12 |
Publish Date | 2015-01-12 |
Rating | 4.33/5 Total 3 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Random Wiki Tab", "description": "Opens a random wikipedia page on a new tab", "version": "1.0", "author": "Kaustubh Srivastava", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "http:\/\/en.wikipedia.org\/", "http:\/\/en.m.wikipedia.org\/" ], "chrome_url_overrides": { "newtab": "full.html" }, "browser_action": { "default_icon": "images\/icon48.png", "default_popup": "mobile.html", "default_title": "Random Wiki Tab" } } |