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",
"manifest_version": 3,
"name": "Taby",
"description": "Quickly move between tabs, bookmarks and history",
"version": "1.43.0",
"author": "Helyo",
"permissions": [
"tabs",
"storage",
"bookmarks",
"history"
],
"action": {
"default_popup": ".\/src\/popup\/popup.html",
"default_title": "Open the popup"
},
"background": {
"service_worker": ".\/background.global.js"
},
"icons": {
"128": "icon-128.png"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+Q"
}
},
"DUPLICATE_TAB": {
"description": "Duplicate current tab"
}
}
}