Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csutorasa/custom-new-tab
A browser extension, that allows you to replace the new tab page to any URL.
https://github.com/csutorasa/custom-new-tab
Last synced: about 1 month ago
JSON representation
A browser extension, that allows you to replace the new tab page to any URL.
- Host: GitHub
- URL: https://github.com/csutorasa/custom-new-tab
- Owner: csutorasa
- License: mit
- Created: 2024-07-17T10:50:21.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T21:16:28.000Z (4 months ago)
- Last Synced: 2024-09-17T02:38:13.450Z (4 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Custom new tab extension
This is a browser extension, that allows you to replace the new tab page to any URL.
The goal is to have a simple implementation that has the minimal permissions.
The only permissions it needs is `storage`, so it can store the configuration on the local machine.## Browser support
Official [Mozilla add-on](https://addons.mozilla.org/en-US/firefox/addon/custom-new-tab-minimal/) is available for [Firefox](https://www.mozilla.org/firefox/).
This extension uses the Manifest V3 of the extensions platform.
Latest versions of [Chrome](https://www.google.com/chrome/) and [Firefox](https://www.mozilla.org/firefox/) are tested,
but most [Chromium](https://www.chromium.org)-based browsers should work.Themes are supported only in Firefox.
## Translation
Anyone is free to contribute [translations](translations.js).
## Development
## Chrome
[Load the unpacked extension]((https://webkul.com/blog/how-to-install-the-unpacked-extension-in-chrome/)) from this directory.
## Firefox
Pack the extension.
```shell
./pack.sh
```[Load Temporary Add-on]((https://extensionworkshop.com/documentation/develop/temporary-installation-in-firefox/)) from the `release.zip` file.