Tired of endless clicking and scrolling while navigating through your favorite websites? Our browser extension revolutionizes the way you interact with websites by providing lightning-fast navigation using customizable shortcuts.
- Go to previous page:
⌥ + ←
/ctrl + ←
(macOS / Windows) - Go to next page:
⌥ + →
/ctrl + →
(macOS / Windows) - Go to previous page in a new tab:
⌥ + ⇧ + ←
/Ctrl + Shift + ←
(macOS / Windows) - Go to next page in a new tab:
⌥ + ⇧ + →
/Ctrl + Shift + →
(macOS / Windows)
- Effortless Navigation: Navigating through the pages of a website becomes as easy as a keystroke. Effortlessly jump from one page to another without lifting a finger from your keyboard.
- Customizable Shortcuts: Tailor your browsing experience to your preferences by assigning your own shortcuts to specific actions.
- Enhanced Productivity: By reducing the time spent on navigating, you can focus more on the content that matters. Whether you're researching, shopping, or simply reading articles, extension enhances your productivity.
- Multi-Site Support: Use the same extension to navigate across multiple websites. Save different shortcut configurations for each site you frequent, optimizing your experience everywhere you go.
- Security and Privacy: Extension is designed with your security in mind. Rest assured that your data and browsing history are kept private and never shared.
# Copy and fill the file with environment variables
copy .env .env.local
# Install dependencies
yarn
# Build files to `/dist` directory in dev mode
# HMR for extension pages and content scripts
yarn dev
# Run checkers
yarn check:svelte
yarn check:tsc
# Run tests
yarn test
# Build extension
yarn build
# Prepare extension package to publish
yarn package
Variable | Description |
---|---|
VITE_FEEDBACK_SERVICE_URL |
Url of the service for processing the feedback form. |