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": "SnapTab", "version": "2.0", "description": "Organize tabs with custom names. Rename tabs (Alt+R) and switch between them (Alt+S). Say goodbye to browser chaos!", "author": "SnapTab", "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png", "256": "icons\/256x256.png" }, "permissions": [ "tabs", "activeTab", "scripting", "storage", "contextMenus", "alarms", "notifications" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; font-src https:\/\/fonts.gstatic.com\/ https:\/\/fonts.googleapis.com\/; style-src 'self' https:\/\/fonts.googleapis.com\/ 'unsafe-inline'" }, "action": { "default_popup": "popup.html", "default_title": "SnapTab", "default_icon": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" } }, "commands": { "open_rename": { "suggested_key": { "default": "Alt+R" }, "description": "Open rename Tab" }, "open_tab_switcher": { "suggested_key": { "default": "Alt+S" }, "description": "Open tab switcher" } }, "offline_enabled": true, "minimum_chrome_version": "88", "homepage_url": "https:\/\/github.com\/daksh23\/SnapTab", "short_name": "SnapTab" }