Random Tab Switch
Random Tab Switch
What is Random Tab Switch?
Random Tab Switch is a Chrome extension developed by KVS, and its main feature is "Random Tab Switch".
Extension Screenshots
Download Random Tab Switch Extension CRX File
Download Random Tab Switch 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
Switches to a random tab and gives you the option of closing the current one as well.
Extension Basic Information
Name | |
ID | gigmnjjlmahpfcjclcbbjffobbnhgmmj |
Official URL | https://chrome.google.com/webstore/detail/random-tab-switch/gigmnjjlmahpfcjclcbbjffobbnhgmmj |
Description | Random Tab Switch |
File Size | 13.06 KB |
Installation Count | 581 |
Current Version | 0.1.0 |
Last Updated | 2019-02-06 |
Publish Date | 2019-02-06 |
Rating | 4.67/5 Total 6 Ratings |
Developer | KVS |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Random Tab Switch", "description": "Random Tab Switch", "version": "0.1.0", "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "dice128.png" }, "permissions": [ "activeTab", "tabs", "contextMenus", "storage" ], "icons": { "16": "dice16.png", "48": "dice48.png", "128": "dice128.png" } } |