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": "List Opened Tabs",
"version": "1.2.0",
"description": "An extension for list, search, rearrange, close tabs and switch to another tab.",
"icons": {
"16": "images\/logo_16.png",
"32": "images\/logo_32.png",
"64": "images\/logo_64.png",
"128": "images\/logo_128.png"
},
"action": {
"default_title": "List Opened Tabs",
"default_icon": "images\/logo_32.png",
"default_popup": "popup.html"
},
"permissions": [
"favicon",
"tabs",
"tabGroups"
],
"web_accessible_resources": [
{
"resources": [
"images\/*",
"_favicon\/*"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "js\/eventPage.js"
}
}