Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlTDCGRkVU6zgrNCQQMXwgoVB0A+rGZh9E1yokH4T+cqz6zxMG\/f\/gZiWHvYDb9thNTtGKyl7LiE0Op3VTqeRlSV8pN5+5ojkSawiNHEXS+8ImzAoSsWTFkiloZnk6HIP2eCKvx2be+mE74Yq\/6kPnTxApUitZ6gXVM1udnw59mFhXw8R9DUtMDTfQwA1Us8UnfBIEyqIfcqVqdymYjZfD9e16n7kVzq4p0yHnXgyrIUhRsI2APfsgVD673R7sDtbJDeU5lvuZBvBjczKw16YL2RqdlzmVZXaIZClsWWMEoyH9Q2mLZf9tM5aaSoiguMQ3VVlDRMzlzm5xtjFmLfINwIDAQAB",
"manifest_version": 3,
"name": "Tab Manager by Workona",
"short_name": "Workona",
"version": "3.1.33",
"minimum_chrome_version": "102",
"description": "The world\u2019s best tab manager",
"homepage_url": "https:\/\/workona.com\/0\/",
"icons": {
"16": "images\/icon_16.png",
"32": "images\/icon_32.png",
"48": "images\/icon_96.png",
"96": "images\/icon_96.png",
"128": "images\/icon_128.png",
"256": "images\/icon_256.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"32": "images\/bookmark_btn.png"
},
"default_title": "Workona Spaces"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+D",
"windows": "Alt+T"
},
"description": "Save current tab to space"
},
"manager": {
"suggested_key": {
"default": "Alt+A"
},
"description": "Switch space"
},
"switch": {
"suggested_key": {
"default": "Alt+S"
},
"description": "Universal search"
},
"new": {
"suggested_key": {
"default": "Alt+N"
},
"description": "New space or doc"
},
"close": {
"description": "Close space"
},
"search": {
"description": "Open Workona"
}
},
"permissions": [
"contextMenus",
"history",
"tabs",
"storage",
"unlimitedStorage"
],
"optional_permissions": [
"system.memory",
"tabGroups"
],
"optional_host_permissions": [
"https:\/\/workona.com\/*",
"https:\/\/*.workona.com\/*"
],
"externally_connectable": {
"matches": [
"https:\/\/workona.com\/*",
"https:\/\/*.workona.com\/*"
]
}
}