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", "manifest_version": 3, "name": "Rebrowse - Organize your cluttered tabs into groups", "description": "A powerful browser tab management tool that helps you group, organize, and quickly access your browser tabs with ease.", "version": "1.0.5", "permissions": [ "tabs", "activeTab", "storage", "scripting" ], "host_permissions": [ "<all_urls>" ], "action": { "default_popup": "index.html" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script.ts-loader-BsUlfN5D.js" ], "matches": [ "<all_urls>" ] } ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "**\/*", "*", "assets\/jsx-runtime-CoyA3zaZ.js", "assets\/content-script.ts-D3CO3uw8.js" ], "use_dynamic_url": false } ] }