zombieFox / voltTab

Home Page:https://zombiefox.github.io/voltTab/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Volt Tab

A new tab page with bookmark groups and open all controls.

voltTab screenshot


Development

When developing use:

  • npm start

A development server will automatically open the project in your browser. Normally here: http://localhost:8080.

To build the project use:

  • npm run build

A web ready folder will be created in /dist/web/. A browser addon/extension ready zip will be created in /dist/extension/.

Customise

Edit the src/config.js file to change the bookmarks, colours and background.

All colours are defined as HSL values in an array. Eg:

A colour defined as:

hsl: [204, 100, 72]

Will be converted to CSS as:

selector {
  color: hsl(204, 100%, 72%);
}

About

https://zombiefox.github.io/voltTab/

License:GNU General Public License v3.0


Languages

Language:CSS 78.9%Language:JavaScript 20.9%Language:HTML 0.2%