Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Tab Limiter - 10 Tabs", "description": "Mission Labs tab limiter - limits the maximum number of open tabs to 10.", "manifest_version": 3, "version": "1.2", "host_permissions": [], "browser_action": { "default_icon": "logo.png" }, "background": { "service_worker": "tab.js" } }