https://github.com/thatcrispytoast/simple-new-tab
A Simple New Tab Extension for Firefox that Displays the Time and Date
https://github.com/thatcrispytoast/simple-new-tab
extension firefox firefox-extension javascript tabs
Last synced: 3 days ago
JSON representation
A Simple New Tab Extension for Firefox that Displays the Time and Date
- Host: GitHub
- URL: https://github.com/thatcrispytoast/simple-new-tab
- Owner: ThatCrispyToast
- Created: 2021-09-16T11:17:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-09T15:13:39.000Z (over 4 years ago)
- Last Synced: 2025-11-06T22:04:52.357Z (8 months ago)
- Topics: extension, firefox, firefox-extension, javascript, tabs
- Language: JavaScript
- Homepage:
- Size: 13.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple New Tab
A Firefox extension for a minimalistic new tab page.

Looks best with Nicothin's Dark Space theme.
## Building
Firefox extentions are packaged as regular zip files. Zip the source code or grab a pre-compressed version from the releases tab.
## Installation
### From Firefox
https://addons.mozilla.org/en-US/firefox/addon/simple-new-tab/
### From Source
> Note that you must be using either [Firefox Nightly](https://www.mozilla.org/en-US/firefox/channel/desktop/#nightly) or [Firefox Developer Edition](https://www.mozilla.org/en-US/firefox/developer/). The stable branches of Firefox don't support unsigned extentions.
1. Navigate to `about:config` and set *xpinstall.signatures.required* to `false`.
2. Navigate to `about:addons` and drop your build onto the extensions list.
