SkillAgentSearch skills...

VoltTab

No description available

Install / Use

/learn @zombieFox/VoltTab

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%);
}
View on GitHub
GitHub Stars81
CategoryDevelopment
Updated7mo ago
Forks13

Languages

CSS

Security Score

87/100

Audited on Aug 13, 2025

No findings