Skip to content

An extensible New Tab web extension written in TypeScript, React and Redux.

License

Notifications You must be signed in to change notification settings

matteoscaringi/tabliss

 
 

Repository files navigation

New Tab

A fork from tabliss.io

Requires

  • Node.js 14.x

Usage

Install dependencies with npm install before running the following scripts.

  • npm start Start webpack dev server for local development at http:https://localhost:8080
  • npm run build Production build for web
  • npm run build:chromium Production build for Chrome web extension
  • npm run build:firefox Production build for Firefox web extension
  • npm run translations Manage translation files

get your custom .env from the official tabliss.io repo.

Changes I made.

+ Shortcuts.
+ Better default settings.
+ Better search box.
+ Better backgrounds.
- Removed all the weird plugins I do not use.
- Accidentaly removed the whole language system, don't know how to fix 😬.

About

An extensible New Tab web extension written in TypeScript, React and Redux.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 87.0%
  • Sass 8.0%
  • JavaScript 3.5%
  • Other 1.5%