A browser extension that enables zooming into content (mouse pinch-to-zoom). Try now without installation: zoom.k1k1.dev. Deployed on Cloudflare Pages.
The smoothest page zoom on the internet - highly customizable with many features.
Simply position the cursor and use the mouse wheel to zoom in/out at the desired location. You can compare this extension to pinch-to-zoom functionality on touch screens, or the Windows Magnifier.
Many touchpads support pinch-to-zoom in a way that they trigger the built-in page zoom. You can intercept this action if you change the zoom activation key from "RClick" to "Ctrl". This way, you don't need a mouse wheel to use Smooth Zoom!
Install: Chrome Web Store · Demo without install
TypeScript + SCSS compile into dist/ (Chrome MV3). firefox/ is a separate MV2 pack.
npm install
npm run multi-watch # tsc -w | sass -w --no-source-map src:dist
- Chrome:
chrome://extensions→ Load unpacked →dist/ - Firefox:
web-ext runfromfirefox/
npm install --global web-ext
cd firefox
web-ext run