mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-11-22 08:03:18 +01:00
A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks with nightTab.
accent-colouraddonbookmarkbookmarksbrowser-extensionchromechrome-extensiondarkextensionfirefoxfirefox-addonlightlinksnewtabpagenew-tab-pagenighttabstartpagestart-pagetabtheme
.github/ISSUE_TEMPLATE | ||
assets | ||
src | ||
.gitignore | ||
CODE_OF_CONDUCT.md | ||
gulpfile.js | ||
package-lock.json | ||
package.json | ||
README.md | ||
src.zip |
NIGHTTAB
A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab -- a custom start page.
See the demo in action | Install nightTab Extension | Install nightTab Add On | Buy me a coffee |
---|---|---|---|
Features
- Header
- Greeting
- Name, Style, Size
- Clock
- Hours, Minutes, Seconds, Separator, Meridiem, Hour/24, Size
- Date
- Day, Date, Month, Year, Separator, D/M or M/D format, Size
- Search
- Filter, Search engine, Size
- Add and remove, Accent
- Greeting
- Bookmarks
- Drag and drop sort, sort by Letter, Icon, Name
- Letter or icon, Names, URLs, Open in new tab, Size
- Layout
- Vertical and horizontal alignment, Padding, Gutter, Width, Title
- Theme
- Accent colour, Random accent colour, Light/Dark theme, Radius
- Background
- Image, Blur, Scale, Opacity, Grayscale, Accent colour
- Saves data to local storage
- Keyboard shortcuts
- esc to dismiss most things
- ctrl+alt+a to add a new bookmark
- ctrl+alt+g to add a new group
- ctrl+alt+m to open menu
- ctrl+alt+e to toggle edit state
- ctrl+alt+d to toggle dark and light mode
- ctrl+alt+r random theme if option is turned on in
menu > layout > random Accent colour
- Responsive design
Setting nightTab as your Firefox homepage
Firefox does not allow addons to replace the "homepage". However there is a workaround:
- Open a new Firefox window
- Open Firefox
Preferences
and open a new tab (nightTab) - In Firefox preferences under
Home
, changeHomepage and new windows
toCustom URLs...
- Then click
Use Current Page
.
nightTab will now appear as the homepage.
Development
When developing use:
npm run dev
A Development copy will be created in /dev/
. Open /dev/index.html
in a browser to test. Make changes to files in the /src/
directory and refresh browser to see changes.
To build the project use:
npm run build
A web ready folder will be created in /build/web/
.
A browser addon/extension ready zip will be created in /build/extension/
.