Open current page in new window without toolbar.
- Open current page in a popup window (without address bar and toolbar)
- Right-click context menu support
- Keyboard shortcut support (Alt+Shift+N)
- Options to configure behavior
- Clone this repository
- Run
npm install && npm run prepareto copy locale and icon files - Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked" and select this directory
manifest.json # Manifest V3 configuration
background.js # Background service worker
options.html # Options page
options.js # Options page script
_locales/ # Internationalization files
icons/ # Extension icons
- Migrated to Manifest V3
- Removed complex build system (Webpack, TypeScript)
- Simplified codebase for easier maintenance
- Chrome-focused (removed Firefox-specific code) ./build.sh