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": "Tabdash - Navigate Tabs with Ease", "version": "0.0.3", "description": "Tabdash is the ultimate tab search extension that empowers you to effortlessly find and organize your tabs.", "action": { "default_icon": ".\/assets\/icons\/logo-128.png" }, "options_ui": { "page": ".\/dist\/options\/index.html", "open_in_tab": true }, "background": { "service_worker": ".\/dist\/background\/index.mjs" }, "icons": { "16": ".\/assets\/icons\/logo-16.png", "48": ".\/assets\/icons\/logo-48.png", "128": ".\/assets\/icons\/logo-128.png" }, "permissions": [ "tabs", "activeTab", "search", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "dist\/content-script\/index.global.js" ] } ], "web_accessible_resources": [ { "resources": [ "dist\/content-script\/style.css", "dist\/popup\/popup.html" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "commands": { "toggleTabdash1": { "suggested_key": { "default": "Ctrl+E", "mac": "Command+E" }, "description": "Toggle Tabdash" }, "toggleTabdash2": { "suggested_key": { "default": "Ctrl+Space", "mac": "Alt+Space" }, "description": "Toggle Tabdash" }, "toggleTabdash3": { "description": "Toggle Tabdash" }, "toggleTabdash4": { "suggested_key": { "default": "Ctrl+Shift+1" }, "description": "Toggle Tabdash" } } }