https://github.com/joelshepherd/tabliss
A beautiful, customisable New Tab page for Firefox, Chrome, and Edge.
https://github.com/joelshepherd/tabliss
browser-extension chrome-extension firefox-addon typescript webextension
Last synced: 1 day ago
JSON representation
A beautiful, customisable New Tab page for Firefox, Chrome, and Edge.
- Host: GitHub
- URL: https://github.com/joelshepherd/tabliss
- Owner: joelshepherd
- License: gpl-3.0
- Created: 2017-07-23T04:00:48.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T21:13:10.000Z (9 months ago)
- Last Synced: 2025-04-11T10:00:55.065Z (about 1 month ago)
- Topics: browser-extension, chrome-extension, firefox-addon, typescript, webextension
- Language: TypeScript
- Homepage: https://tabliss.io
- Size: 4.69 MB
- Stars: 2,454
- Watchers: 31
- Forks: 319
- Open Issues: 293
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-starred - joelshepherd/tabliss - A beautiful, customisable New Tab page for Firefox, Chrome, and Edge. (TypeScript)
- awesome-starred - joelshepherd/tabliss - A beautiful, customisable New Tab page for Firefox, Chrome, and Edge. (TypeScript)
README
Tabliss
A beautiful, customisable New Tab page for Firefox and Chrome.

## Usage
Install dependencies with `npm install` before running the following scripts.
- `npm run dev[:target]` Local development server
- `npm run build[:target]` Production build
- `npm run translations` Manage translation filesTo develop with external services you will additionally need to signup for your own API keys
and enter them into your `.env` file. Get started by copying the example provided `cp .env.example .env`.## Translations
Checkout the guide to [adding translations](TRANSLATING.md).