Random New Tab
Loads one random page out of a custom list each time you click New Tab.
What is Random New Tab?
Random New Tab is a Chrome extension developed by Jesse Hufstetler, and its main feature is "Loads one random page out of a custom list each time you click New Tab.".
Extension Screenshots
Download Random New Tab Extension CRX File
Download Random New 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
The extension syncs between signed-in browsers. You can enter either URLs or messages that you want to be displayed. Probability is simple: if you increase the probability to five, it's as if you added the item to the list five times. There's also a notes column that's helpful for identifying cryptic URLs.
Extension Basic Information
Name | Random New Tab |
ID | kfbabalfihbphpikodohlmklhlialhhh |
Official URL | https://chromewebstore.google.com/detail/random-new-tab/kfbabalfihbphpikodohlmklhlialhhh |
Description | Loads one random page out of a custom list each time you click New Tab. |
File Size | 208 KB |
Installation Count | 163 |
Current Version | 1.1.0.0 |
Last Updated | 2021-04-04 |
Publish Date | 2018-12-04 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Jesse Hufstetler |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "newtab.html" }, "description": "Loads one random page out of a custom list each time you click New Tab.", "icons": { "16": "favicon16.png", "32": "favicon32.png", "48": "favicon48.png", "128": "favicon128.png" }, "browser_action": [], "manifest_version": 2, "name": "Random New Tab", "options_page": "options.html", "permissions": [ "storage" ], "version": "1.1.0.0" } |