Gemini Wide Canvas (Focus Mode)

elpdiclfnaiddmnfldgfbaefadnhdbce

Hides unnecessary UI elements and expands the iframe on Gemini pages to maximize the form or iframe area. Gemini Wide Canvas (Focus Mode) is a Chrome extension that reduces distractions on Gemini and expands the usable workspace. - Toggles Focus Mode on/off when the extension icon is clicked. - Hides top bar, navigation, and side panels in Focus Mode. - Expands the main content area to full width. - Detects the largest visible `iframe` and brings it into a full-viewport focus layout. - Adds a small close button (`Focus kapat (Esc)`) and supports closing with the `Esc` key. - Persists state with `chrome.storage.sync` and shows `ON` badge text when enabled. - Keeps focus behavior stable during Gemini SPA transitions by observing DOM updates. 1. User clicks the extension action icon. 2. `background.js` toggles `gemini_focus_enabled` in `storage.sync`. 3. `background.js` sends `GEMINI_FOCUS_SET` to the active tab. 4. `content.js` receives the message and enables/disables Focus Mode. 5. `styles.css` applies layout overrides and iframe focus styling.

Related extensions