Split View Shortcuts · Last updated March 15, 2026
Split View Shortcuts does not collect, store, transmit, or share any personal user data.
The extension accesses browser tab information (tab IDs, split view IDs, tab positions, titles, URLs, and favicons) solely to perform keyboard shortcut actions and render the split view tab tree in the popup. This data is processed entirely within your browser in real time and is never stored, logged, or sent to any external server.
The extension uses chrome.storage.sync to persist your custom keyboard shortcut bindings (command name to key combination mappings only). This data syncs across your Chrome profiles via your Google account if sync is enabled, but is never accessible to the extension developer or any third party. It also uses chrome.storage.local to remember UI preferences such as the shortcuts panel collapse state.
A content script runs on web pages to listen for keyboard events matching your configured shortcuts. It does not read, modify, or transmit any page content. It only detects key combinations and forwards the corresponding command name to the extension's service worker.
The extension requires these permissions:
No analytics, tracking, telemetry, cookies, or third-party services are used.
If you have questions about this privacy policy, you can reach out via Ko-fi, join my Discord, or open an issue on the extension's support page!