Sensasi Navbar is a Chrome extension designed to enhance navigation within the browser, particularly when Chrome is in full-screen mode (F11). It provides a navigation bar that assists in navigating through tabs, offering convenience and ease of use.
Contents:
Sensasi Navbar is not yet available on the Chrome Web Store. To install the extension, follow the steps below:
- Download the latest release from the releases page and extract the
dist
directory from the.zip
file. - Open Chrome Extensions page: chrome://extensions/.
- Enable
Developer mode
. - Click
Load unpacked
. - Choose the
dist
directory from step 1.
./src/typescript
: TypeScript source files./src/assets
: static files./.build
: Unpacked version of Chrome Extension directory./.build/js
: Generated JavaScript files
npm install
# production build
npm run build
# development build
npm run dev
- Open Chrome Extensions page: chrome://extensions/.
- Enable
Developer mode
. - Click
Load unpacked
. - Load the
.build
directory.
npx jest
or npm run test
Contributions are welcome! Feel free to fork the repository, make your changes, and submit a pull request. Any suggestions, bug reports, or feature requests can also be submitted through the GitHub issues page.
This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries or support requests, please contact [email protected].