New Tab
A Firefox extension that displays a new tab page with my name and some useful links.
Installation
This extension has not been published to the Mozilla App Store. You will need to run it as a temporary add-on.
To install this extension as a temporary add-on, first clone this repository:
git clone https://github.com/capjamesg/newtab
Next, navigate to the Firefox debugging page in your browser:
about:debugging
On the debugging page, click "This Firefox" in the sidebar. Click "Temporary Extensions" and then "Load Temporary Add-On". Navigate to the newtab folder that you cloned from GitHub and click on any file.
The extension will now be visible as your new tab page.
Publish as an Extension
If you do not want to run this project as a developer extension, sign up to the Mozilla Developer site and register this code as an extension. Then, you'll have the option of publishing the code for public use, or self-signing the code for private use.
Read more about publishing an extension here:
- How to sign an add-on: https://support.mozilla.org/en-US/kb/add-on-signing-in-firefox?as=u&utm_source=inproduct#w_what-is-add-on-signing
- Mozilla developer add-on platform: https://addons.mozilla.org/
- Unsigned add-on documentation: https://support.mozilla.org/en-US/kb/add-on-signing-in-firefox?as=u&utm_source=inproduct#w_what-are-my-options-if-i-want-to-use-an-unsigned-add-on-advanced-users
Google Chrome Use
While this extension has not been tested in Chrome, the Firefox browser extension framework is designed to support cross-compatability. Please let me know if this extension does not work in Chrome.
Screenshot
Technologies
- HTML
- CSS
- JavaScript
License
This project is licensed under an MIT license.
