https://github.com/paulcoding810/new-tab
New tab extension
https://github.com/paulcoding810/new-tab
chrome-extension firefox-addon newtab
Last synced: 6 months ago
JSON representation
New tab extension
- Host: GitHub
- URL: https://github.com/paulcoding810/new-tab
- Owner: paulcoding810
- License: mit
- Created: 2025-02-12T15:44:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-07T13:35:11.000Z (about 1 year ago)
- Last Synced: 2025-06-05T16:05:30.418Z (10 months ago)
- Topics: chrome-extension, firefox-addon, newtab
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-GB/firefox/addon/new-tab-paulcoding/
- Size: 790 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Badge Commits]][Commit Rate]
[![Badge Issues]][Issues]
[![Badge License]][License]
[![Badge Mozilla]][Mozilla]
[![Badge Chrome]][Chrome]
---
New Tab
---
***
NewTab Extension lets you personalize your browser’s new tab page by fetching and displaying high-quality images or videos from external sources.
***
## 🚀 Features


## 💻 Development
### Hot Module Replacement (HMR)
Only apply for Chrome
```bash
# Start development server
yarn dev
```
### Building
```bash
yarn build # for Chrome extension
yarn build:firefox # for Firefox add-on
```
### Packing
To create a zip file for distribution, run:
```bash
yarn zip # for chrome
yarn zip:firefox # for firefox
```
### Loading in Chrome
1. Enable Developer mode
2. Click "Load unpacked"
3. Select the `build` folder
### Loading in Firefox
1. Navigate to `about:debugging#/runtime/this-firefox`
2. Click "Load Temporary Add-on"
3. Select the `build` folder
---
## Credits
- [unsplash](https://unsplash.com/photos/a-cat-wearing-a-sunflower-costume-on-its-head-cQAoMJ2utDA) for the default background image
- [create-chrome-ext](https://github.com/guocaoyi/create-chrome-ext) for the boilerplate code and useful scripts to start a new project.
[Mozilla]: https://addons.mozilla.org/addon/new-tab-paulcoding/
[Chrome]: https://chromewebstore.google.com/detail/new-tab/jiibpofabngjenalkdgpkhgifmoabnij
[License]: https://raw.githubusercontent.com/paulcoding810/new-tab/refs/heads/main/LICENSE
[Commit Rate]: https://github.com/paulcoding810/new-tab/commits/main
[Issues]: https://github.com/paulcoding810/new-tab/issues
[Badge Commits]: https://img.shields.io/github/commit-activity/m/paulcoding810/new-tab?label=Commits
[Badge Mozilla]: https://img.shields.io/amo/v/new-tab-paulcoding
[Badge Chrome]: https://img.shields.io/chrome-web-store/v/jiibpofabngjenalkdgpkhgifmoabnij
[Badge License]: https://img.shields.io/badge/License-MIT-yellow.svg
[Badge Issues]: https://img.shields.io/github/issues/paulcoding810/new-tab/issues

