Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T21:13:10.000Z (5 months ago)
- Last Synced: 2025-01-09T07:02:14.747Z (13 days ago)
- Topics: browser-extension, chrome-extension, firefox-addon, typescript, webextension
- Language: TypeScript
- Homepage: https://tabliss.io
- Size: 4.69 MB
- Stars: 2,373
- Watchers: 30
- Forks: 306
- Open Issues: 288
-
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.
![Tabliss Screenshot](screenshot.png)
## 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).