Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hkamran80/nebula-new-tab
Nebula - A clean and simple new tab page
https://github.com/hkamran80/nebula-new-tab
browser-extension chrome-extension edge-extension extension firefox-addon firefox-extension hacktoberfest newtab newtabpage simple
Last synced: 3 months ago
JSON representation
Nebula - A clean and simple new tab page
- Host: GitHub
- URL: https://github.com/hkamran80/nebula-new-tab
- Owner: hkamran80
- Created: 2021-10-02T06:11:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-08T22:14:51.000Z (over 2 years ago)
- Last Synced: 2023-03-03T09:45:39.839Z (almost 2 years ago)
- Topics: browser-extension, chrome-extension, edge-extension, extension, firefox-addon, firefox-extension, hacktoberfest, newtab, newtabpage, simple
- Language: TypeScript
- Homepage: https://hkamran.com/creations/nebula-new-tab
- Size: 25.1 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Nebula New Tab
A clean and simple new tab page
![Nebula screenshot (Firefox)](docs/nebula-new-tab-screenshot-firefox.png)
## Installation
### Firefox-based Browsers
[![Get Nebula New Tab on Firefox](docs/get-addon-firefox.png)](https://addons.mozilla.org/firefox/addon/nebula-new-tab/)### Chromium-based Browsers (Chrome, Brave, etc.)
1. Download the `nebula-new-tab.zip` file from the [latest release](https://github.com/hkamran80/nebula-new-tab/releases/latest/download/nebula-new-tab.zip)
2. Unzip the downloaded file
3. Open your browser and in the URL bar, go to `chrome://extensions`
4. Turn the developer mode toggle on
5. Click "Load Unpacked"
6. Select the unzipped Nebula New Tab folder
7. Enjoy Nebula!### Microsoft Edge
[![Get Nebula New Tab on Microsoft Edge](docs/get-addon-edge.png)](https://microsoftedge.microsoft.com/addons/detail/iagkoeigpdjjchjinnjjjgkanpcmknhj)### Opera and Vivaldi
Not supported## Building
1. Clone this repository
2. Run `npm install`
3. Run `npm run build:extension`
4. Install the extension with the generated ZIP file## Preparing for Release
1. Run `npm run build:extension:screenshot`
2. Take screenshots for Chrome, Firefox, and Edge
3. Run `npm run build:extension` to generate the final ZIP file