Permission | Data Accessed | How it's Harnessed | What's not Accessed |
---|---|---|---|
tabs |
• tab.id - Chrome's internal identifier• tab.url - Current URL• tab.title - Page title• tab.favIconUrl - Favicon URL• tab.lastAccessed - Last accessed timestamp• tab.windowId - Window ID and position• tab.active - Active/inactive status• tab.index - Position within window |
• Organize tabs by domain • Find and close duplicates • Merge tabs between windows • Display tab information in UI |
• Data from closed tabs • Browsing history before extension install • Incognito/private browsing tabs • Page content or form data |
tabGroups |
• Tab group IDs and metadata • Group titles, colors, collapsed state |
• Preserve tab group organization during window merge operations • Preserve tab group integrity when ungrouped tabs are sorted |
|
favicon |
• Website favicon image URLs • Favicon image data |
• Display website icons in domain grid • Create favicon proxy for chrome:// pages |
• Website content • Personal information from pages • Cookies or tracking data |
storage |
• Tab state data via chrome.storage.local • Temporary tab organization data |
• Sync real-time tab changes to UI • Store temporary tab organization data • Enable live interface updates |
• Personal files or documents • Data from other extensions • Browser history (for closed tabs) or bookmarks |
sidePanel |
• UI display permission only | • Display the sidepanel • Provide tab management controls |
• Anything else (the sidePanel permission also doesn't grant access to any information) |
contextMenus |
• No data accessed • Right-click menu creation only |
• Add "About" option for right clicking on the extension favicon in Chrome toolbar. This points to the Tabberwocky walkthrough. | • Any user data • Webpage content • Browser information |
tabGroups
permission to support preserving tab group integrity during tab sorting and window merge operations.