Awesome
Servas Extension
Browser extension for the self-hosted, open source bookmark manager Servas.
Features
- Add current tab to Servas.
- Add bookmark to groups and apply tags.
- Dark and light theme.
Installation
Development
Requirements
- Node.js v22
- npm v10
// Install dependencies
npm install
// Start watch process
npm run watch
Build for production
// Install dependencies
npm install
// Generate production files
npm run build
The production files are generated in the dist
directory.
// Validate the extension source
npm run extension:lint
// Create an extension package
npm run extension:build