Simple new tab extension like Safari browser.
- Customization - It is possible to now add user defined CSS and customize the extension
- Folder support - Choose a specific bookmark folder to be shown in the new tab page.
- Groups - Grouped folders instead show all bookmarks.
- Install web-ext (
sudo npm install -g web-ext
) - Clone the repository (
git clone git@github.com:txusms/bookmarks-new-tab-firefox.git
) - Run npm install in the bookmarks-new-tab-firefox directory to install all dependencies (
npm install
) - To test the extension in a temporary firefox profile, use the test script(
npm run test
) - To create the web-ext artifact for the extension, use the xpi script (
npm run xpi
)
- No test cases - Need to write tests