Tab Shuffler
Randomize the tab order in your browser window.
What is Tab Shuffler?
Tab Shuffler is a Chrome extension developed by porkbun, and its main feature is "Randomize the tab order in your browser window.".
Extension Screenshots
Download Tab Shuffler Extension CRX File
Download Tab Shuffler 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
Useful for making decisions (what to buy, what to watch, etc.) Note: The "This extension is not trusted by Enhanced Safe Browsing." message is due to the fact that this is a relatively new developer account and should go away on its own soon.
Extension Basic Information
Name | Tab Shuffler |
ID | jfaiappknhlmbkffdpfbnpfiajmfgfbl |
Official URL | https://chromewebstore.google.com/detail/tab-shuffler/jfaiappknhlmbkffdpfbnpfiajmfgfbl |
Description | Randomize the tab order in your browser window. |
File Size | 13.56 KB |
Installation Count | 571 |
Current Version | 0.1.1 |
Last Updated | 2022-09-29 |
Publish Date | 2022-09-28 |
Rating | 4.67/5 Total 6 Ratings |
Developer | porkbun |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Shuffler", "description": "Randomize the tab order in your browser window.", "version": "0.1.1", "manifest_version": 3, "action": { "default_title": "Randomize the order of the tabs in this window. Right-click to undo.", "default_icon": { "16": "\/images\/icon16-o.png", "32": "\/images\/icon32-o.png", "48": "\/images\/icon48-o.png", "128": "\/images\/icon128-o.png" } }, "icons": { "16": "\/images\/icon16-o.png", "32": "\/images\/icon32-o.png", "48": "\/images\/icon48-o.png", "128": "\/images\/icon128-o.png" }, "permissions": [ "contextMenus", "storage" ], "background": { "service_worker": "background.js" } } |