A Chrome extension that dynamically adjusts webpage content width for users with ultra-wide monitors.
Large portions of this extension were generated by Claude 3.5 Sonnet and chatGPT 4o.
- Dynamic width adjustment using a slider (0-100%)
- Site-specific enable/disable functionality
- Persistent settings across browser sessions
- Light/dark mode support
- Clone this repository or download the source code
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" in the top right
- Click "Load unpacked" and select the extension directory
- Click the extension icon in your browser toolbar to open the popup
- Use the slider to adjust the content width
- Toggle the extension on/off for specific sites using the switch
The extension is built using vanilla JavaScript and follows Chrome's Manifest V3 specifications. It uses Chrome's Storage API for persistent settings and injects CSS for width adjustments.
Data merge icons created by Fuzzee - Flaticon
MIT License