Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/berrnd/custom-new-tab-title
A simple Firefox Add-on to apply a custom (window) title to the New Tab page.
https://github.com/berrnd/custom-new-tab-title
browser-extension firefox javascript
Last synced: about 3 hours ago
JSON representation
A simple Firefox Add-on to apply a custom (window) title to the New Tab page.
- Host: GitHub
- URL: https://github.com/berrnd/custom-new-tab-title
- Owner: berrnd
- License: mit
- Created: 2024-10-28T17:30:43.000Z (19 days ago)
- Default Branch: main
- Last Pushed: 2024-10-28T17:43:13.000Z (19 days ago)
- Last Synced: 2024-10-28T18:58:28.307Z (19 days ago)
- Topics: browser-extension, firefox, javascript
- Language: JavaScript
- Homepage: https://addons.mozilla.org/firefox/addon/custom-new-tab-title
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
-----
Custom New Tab Title
Apply a custom (window) title to the New Tab page in Firefox.
This is a hobby project by Bernd Bestel
-----
## Features / Motivation
I wanted to have a custom window title for the [(default / built-in) New Tab page in Firefox](https://support.mozilla.org/kb/about-new-tab-page).
Unfortunately there is no option for that in Firefox and I found no existing Add-on which already provides such functionality, so here is one.
### What it does
On the Add-on options page a custom title can be defined, this title will then be applied to the New Tab page.
Please note: It will be applied to the window title, not the tab title (by default the title bar is hidden in Firefox, but e.g. on Windows the window title is still the one used on the taskbar).
## Questions / Help / Bug Reports / Feature Requests
Please use the [Issue Tracker](https://github.com/berrnd/custom-new-tab-title/issues/new/choose) for any requests.
## How to install
Install directly from AMO: https://addons.mozilla.org/firefox/addon/custom-new-tab-title
Or download the [latest release](https://github.com/berrnd/custom-new-tab-title/releases/latest) (as `.xpi`) and install it manually (not recommended, you will get no automatic updates).
## Contributing / Say Thanks
Any help is welcome, feel free to contribute anything which comes to your mind or see [https://berrnd.de/say-thanks](https://berrnd.de/say-thanks?project=CustomNewTabTitle) if you just want to say thanks.
## Screenshots
![overview](https://github.com/berrnd/custom-new-tab-title/raw/main/.github/publication_assets/overview.png "overview")
![settings](https://github.com/berrnd/custom-new-tab-title/raw/main/.github/publication_assets/settings.png "settings")
## Roadmap
There is none. The progress of a specific bug/enhancement is always tracked in the corresponding issue, at least by commit comment references.
## License
The MIT License (MIT)