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": "YATM (Yet Another Tab Manager) 3.0", "description": "Preview, Rename, Reorder and Search for your tabs from a central location", "version": "3.0", "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "storage", "tabGroups", "tabs" ], "host_permissions": [ "<all_urls>" ], "action": { "default_icon": "\/png\/icon16.png" }, "icons": { "16": "\/png\/icon16.png", "32": "\/png\/icon32.png", "48": "\/png\/icon48.png", "128": "\/png\/icon128.png" } }