Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 19, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Rotate Tabs",
"manifest_version": 3,
"version": "0.0.4",
"description": "Rotate tabs through every window, and remember the position.",
"author": "Solomon Kinard",
"background": {
"service_worker": "service_worker.js"
},
"action": [],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Shift+Alt+R"
}
}
},
"icons": {
"128": "icons\/128.png"
},
"permissions": [
"tabGroups"
]
}