Random Tab
Opens a random tab when the icon is pressed and displays a tab counter.
What is Random Tab?
Random Tab is a Chrome extension developed by Aleksander Czarnowski, and its main feature is "Opens a random tab when the icon is pressed and displays a tab counter.".
Extension Screenshots
Download Random Tab Extension CRX File
Download Random 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
Now with the added option to chose between opening a random tab from all windows or just the current window.
Extension Basic Information
Name | Random Tab |
ID | pamgfjoljjpmdgjfdcohdffplcmngjgi |
Official URL | https://chromewebstore.google.com/detail/random-tab/pamgfjoljjpmdgjfdcohdffplcmngjgi |
Description | Opens a random tab when the icon is pressed and displays a tab counter. |
File Size | 9.35 KB |
Installation Count | 935 |
Current Version | 1.1 |
Last Updated | 2023-10-16 |
Publish Date | 2019-08-24 |
Rating | 4.38/5 Total 8 Ratings |
Developer | Aleksander Czarnowski |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Random Tab", "description": "Opens a random tab when the icon is pressed and displays a tab counter.", "version": "1.1", "homepage_url": "https:\/\/aleksander.me\/", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "event.js", "type": "module" }, "options_ui": { "page": "Options\/options.html" }, "permissions": [ "storage" ], "action": { "default_icon": "icon128.png", "default_title": "Random Tab" } } |