By: Mikkel Høgh
Inspect and view changes in Go to random tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Go to random tab",
"version": "2.1.1",
"description": "A simple button to go to a random open tab.",
"homepage_url": "https://github.com/mikl/browser-go-to-random-tab",
"icons": {
"48": "icons/shuffle-48.png",
"96": "icons/shuffle-96.png"
},
"browser_specific_settings": {
"gecko": {
"id": "jid1-3vuPf16zAtrlFA@jetpack"
}
},
"permissions": [
"tabs"
],
"browser_action": {
"browser_style": true,
"default_area": "tabstrip",
"default_icon": {
"16": "icons/shuffle-dark-16.png",
"32": "icons/shuffle-dark-32.png"
},
"default_title": "Go to random tab",
"theme_icons": [
{
"light": "icons/shuffle-light-16.png",
"dark": "icons/shuffle-dark-16.png",
"size": 16
},
{
"light": "icons/shuffle-light-32.png",
"dark": "icons/shuffle-dark-32.png",
"size": 32
}
]
},
"background": {
"scripts": [
"go-to-random-tab.js"
],
"persistent": false
},
"commands": {
"go-to-random-tab": {
"suggested_key": {
"default": "Alt+Shift+R"
},
"description": "Switch to a random open tab."
}
}
} Best Go to random tab Alternatives
Here are some Firefox add-ons that are similar to Go to random tab:
Tab Randomizer
drumst1x
Shuffle Tabs
Firefox user 13960281
RandomTab
Stephen Hahn
Tab Shuffle
Yaniru
TST Select Random Tab
54ac
Random Bookmark
Steven Aleong
Shuffle Words Addon
Sanya
Reddit Random Redirect
Diego Siqueira
Ctrl+Number to switch tabs in reverse order
Tom Rodriguez
Text Line Shuffler Panel
Andree
Ctrl Tabs
Mikel Ward