https://github.com/dominicegginton/bento
A simple, elegant & opinionated start-page
https://github.com/dominicegginton/bento
new-tab start-page
Last synced: about 2 months ago
JSON representation
A simple, elegant & opinionated start-page
- Host: GitHub
- URL: https://github.com/dominicegginton/bento
- Owner: dominicegginton
- Created: 2022-08-30T13:58:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T11:05:36.000Z (9 months ago)
- Last Synced: 2025-03-24T03:11:28.753Z (2 months ago)
- Topics: new-tab, start-page
- Language: TypeScript
- Homepage:
- Size: 1.56 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bento

## Install
To install **Bento** into your favourite browser firstly build the extension with:
```shell
npm run build
```The extension bundle is located in `./dist/bento`. Next install into your chosen browser:
#### Google Chrome
1. Navigate to the [chrome://extensions](chrome://extensions/).
2. Enable developer mode.
3. Load the **Bento** extension bundle using the **Unpacked extension** option.