VoltTab Save

Project README

Volt Tab

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

voltTab screenshot

See the demo in action


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%);
}
Open Source Agenda is not affiliated with "VoltTab" Project. README Source: zombieFox/voltTab

Open Source Agenda Badge

Open Source Agenda Rating