A simple new tab page extension for Chrome and Firefox. Aimming to provide a clean and minimalistic ntp for users.
Environment requirements:
Clone the repository:
git clone https://github.com/cworld1/pure-new-tab.git
Install dependencies:
cd pure-new-tab
bun install
Start the development server:
bun dev
# bun dev:firefox
Or build the extension:
bun run build
# bun run build:firefox
To spend more time coding and less time fiddling with whitespace, this project uses code conventions and styles to encourage consistency. Code with a consistent style is easier (and less error-prone!) to review, maintain, and understand.
This project is licensed under the GPL 3.0 License.