Auto Zoom Manager is a Chrome browser extension that automatically adjusts the zoom level of the active tab based on the user's screen size. This is especially useful for multi-screen setups and devices with different resolutions.
- 🔍 Automatic zoom adjustment based on screen size.
- ⚡ Fast performance thanks to React and TypeScript.
- 🔧 Flexible configuration for zoom settings.
- 📦 Modern tech stack: React, TypeScript, Vite.
- Clone the repository:
git clone https://github.com/yourusername/auto_zoom_manager.git cd auto_zoom_manager - Install dependencies:
npm install
- Build the project:
npm run build
- Load the extension into Chrome:
- Open chrome://extensions/.
- Enable Developer mode.
- Click Load unpacked and select the dist folder.