Verbo is a voice-activated extension designed to streamline workflows through customizable voice commands. With Verbo, you can manage tasks, open apps, and navigate effortlessly, all hands-free. It's an ideal productivity tool for multitaskers and those looking for a smoother digital experience.
- Custom Voice Commands: Define unique commands to fit your personal workflow.
- Hands-Free Navigation: Control applications, manage tabs, and take quick notes without lifting a finger.
- Adaptable and Intuitive: Accurate voice recognition adapts to your preferences over time.
- Privacy-Focused: Verbo runs locally, keeping your data safe and private.
-
Clone the repository:
git clone https://github.com/username/verbo.git cd verbo
-
Install dependencies:
npm install
-
Build the project:
npm run build
-
Load the extension in Chrome:
- Open chrome://extensions/
- Enable Developer mode
- Click Load unpacked and select the
verbo/build
folder
verbo/
├── public/
│ ├── icons/ # Extension icons
│ └── manifest.json # Extension metadata and permissions
├── src/
│ ├── background/ # Background scripts for voice recognition
│ ├── content/ # Content scripts for web page interactions
│ ├── popup/ # Popup interface files (HTML, CSS, JS)
│ ├── options/ # Options page for command management
│ ├── utils/ # Utility modules (voice recognition, command manager)
│ └── styles/ # Global styling
└── package.json # Dependency management
- Click the Verbo icon in your browser toolbar to access the popup and configure commands.
- Use voice commands to interact with Verbo, navigate, and perform tasks.
- Manage and customize commands on the Options page.
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Make your changes and commit them:
git commit -m "Add new feature"
- Push the changes to your branch:
git push origin feature-name
- Submit a pull request.
This project is licensed under the MIT License.
Enjoy Verbo and experience a new way to navigate with your voice!